Signature
Interface TimelineRippleTrimEditCommandProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip whose boundary should move. |
edge | edge: "start" | "end" | Boundary to trim. |
newTime | newTime: RationalTime | Desired new timeline time for the selected boundary. |
snap? | snap?: boolean | Whether to resolve magnetic snapping while trimming. Defaults to true. |
type | type: "ripple-trim" | Command discriminator for ripple trimming. |