Signature
Interface TimelineOverwriteClipGroupEditCommandProperties
| Name | Signature | Description |
|---|---|---|
groupId? | groupId?: string | Optional stable group id. A random id is generated when omitted. |
label? | label?: string | Optional visible group label for app chrome. |
placements | placements: typeOperator | Clip placements to insert atomically. |
snap? | snap?: boolean | Whether to snap the first placement and apply that shared delta to the group. Defaults to true. |
type | type: "overwrite-clip-group" | Command discriminator for grouped overwrite placement. |