Interface

TimelineInsertClipGroupEditCommand

Command that inserts grouped clips and pushes later clips forward per target track.

Signature

Type Definition
Interface TimelineInsertClipGroupEditCommand

Properties

NameSignatureDescription
groupId?groupId?: stringOptional stable group id. A random id is generated when omitted.
label?label?: stringOptional visible group label for app chrome.
placementsplacements: typeOperatorClip placements to insert atomically.
snap?snap?: booleanWhether to snap the first placement and apply that shared delta to the group. Defaults to true.
typetype: "insert-clip-group"Command discriminator for grouped ripple insert placement.