Signature
Interface TimelineSnapProviderContextProperties
| Name | Signature | Description |
|---|---|---|
ignoreClipId? | ignoreClipId?: string | Exclude a clip id from snap targets so a dragged clip does not snap to itself. |
ignoreInPoint? | ignoreInPoint?: boolean | Exclude the current in-point boundary from snap targets. |
ignoreOutPoint? | ignoreOutPoint?: boolean | Exclude the current out-point boundary from snap targets. |
operation? | operation?: TimelineSnapInteractionOperation | Editing operation that consumes the prepared snap targets. |
state | state: TimelineState | Current mutable timeline state owned by the engine. |
thresholdSeconds | thresholdSeconds: number | Snap threshold converted to seconds for the current zoom scale. |
zoomScale | zoomScale: number | Current zoom scale in pixels per second. |