Interface

TimelineEditValidationResult

Result returned by command validation and policy callbacks.

Signature

Type Definition
Interface TimelineEditValidationResult

Properties

NameSignatureDescription
message?message?: stringOptional human-readable note for app UI.
reasonreason: TimelineEditRejectionReason | nullMachine-readable rejection reason when invalid.
validvalid: booleanWhether the edit is allowed.