Interface

TimelineInsertEditCommand

Command that inserts a new clip and pushes later clips forward.

Signature

Type Definition
Interface TimelineInsertEditCommand

Properties

NameSignatureDescription
clipclip: ClipClip to place on the timeline. Its timeline range is recalculated from startTime.
snap?snap?: booleanWhether to resolve magnetic snapping for the placed clip. Defaults to true.
startTimestartTime: RationalTimeDesired timeline start for the placed clip.
targetTrackIdtargetTrackId: stringDestination track id.
typetype: "insert"No property summary yet.