Signature
Interface TimelineSlideEditCommandProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip whose timeline position should shift. |
deltaTime | deltaTime: RationalTime | Relative timeline delta applied to the clip position. |
snap? | snap?: boolean | Whether to resolve magnetic snapping while sliding. Defaults to true. |
type | type: "slide" | Command discriminator for timeline sliding. |