Signature
Interface TimelineRollTrimEditCommandProperties
| Name | Signature | Description |
|---|---|---|
boundaryTime | boundaryTime: RationalTime | Desired shared boundary time after the roll. |
leftClipId | leftClipId: string | Clip ending at the shared boundary. |
rightClipId | rightClipId: string | Clip starting at the shared boundary. |
snap? | snap?: boolean | Whether to resolve magnetic snapping while rolling. Defaults to true. |
type | type: "roll-trim" | Command discriminator for rolling an adjacent edit point. |