Interface

TimelineOverwriteClipGroupEditCommand

Command that places grouped clips and overwrites overlaps per target track.

Signature

Type Definition
Interface TimelineOverwriteClipGroupEditCommand

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: "overwrite-clip-group"Command discriminator for grouped overwrite placement.