Interface

TimelineClipMoveOptions

Options for moving a clip in time and optionally into another track.

Signature

Type Definition
Interface TimelineClipMoveOptions

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.