Interface

TimelineTrackDropResult

Result of resolving whether a clip may drop on a track.

Signature

Type Definition
Interface TimelineTrackDropResult

Properties

NameSignatureDescription
allowCrossKindTrackMoveallowCrossKindTrackMove: booleanWhether the engine should permit a cross-kind transfer.
canDropcanDrop: booleanWhether the target track accepts the clip.
reasonreason: TimelineClipDropFailureReason | nullMachine-readable failure reason when `canDrop` is false.