Interface

TimelineExternalClipDropGuardResult

Result of an app-owned external drop guard.

Signature

Type Definition
Interface TimelineExternalClipDropGuardResult

Properties

NameSignatureDescription
canDropcanDrop: booleanWhether this payload can drop on the resolved target.
message?message?: stringOptional human-readable failure detail.
reason?reason?: TimelineCommandFailureReasonMachine-readable failure reason when rejected.