Interface

TimelineMoveEditCommand

Command that moves an existing clip.

Signature

Type Definition
Interface TimelineMoveEditCommand

Properties

NameSignatureDescription
allowCrossKindTrackMove?allowCrossKindTrackMove?: booleanAllows movement across different track kinds when true. Defaults to false.
clipIdclipId: stringClip to move.
snap?snap?: booleanWhether to resolve horizontal magnetic snapping. Defaults to true.
startTimestartTime: RationalTimeDesired new timeline start.
targetTrackId?targetTrackId?: stringOptional destination track. Omit for same-track movement.
typetype: "move"No property summary yet.