Signature
Interface UseTimelineClipDragResultProperties
| Name | Signature | Description |
|---|---|---|
cancelClipDrag | (): TimelineCommandResult | Cancels pointer handling for the active drag and settles current preview state. |
dragging | dragging: boolean | Whether a clip body drag is currently active. |
dropFeedback | dropFeedback: TimelineClipDropFeedback | Current transient drop feedback snapshot. Use `useTimelineClipDropFeedback` for live updates. |
endClipDrag | (): TimelineCommandResult | Ends the active clip body drag and settles history. |
moveClipDrag | (input: TimelineClipDragMoveInput): TimelineCommandResult<TimelineClipMoveResult> | Updates the active clip body drag preview. |
startClipDrag | (input: TimelineClipDragStartInput): TimelineCommandResult | Starts a clip body drag. |