Signature
Interface TimelineTrimEditCommandProperties
| 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: "trim" | Command discriminator for single-edge trimming. |