Signature
Interface TimelineMoveEditCommandProperties
| Name | Signature | Description |
|---|---|---|
allowCrossKindTrackMove? | allowCrossKindTrackMove?: boolean | Allows movement across different track kinds when true. Defaults to false. |
clipId | clipId: string | Clip to move. |
snap? | snap?: boolean | Whether to resolve horizontal magnetic snapping. Defaults to true. |
startTime | startTime: RationalTime | Desired new timeline start. |
targetTrackId? | targetTrackId?: string | Optional destination track. Omit for same-track movement. |
type | type: "move" | No property summary yet. |