Signature
Interface TimelineKeyframeDragStartInputProperties
| Name | Signature | Description |
|---|---|---|
clientX | clientX: number | Pointer client X captured at drag start. |
clipId | clipId: string | Clip owning the keyframe. |
keyframeId | keyframeId: string | Keyframe being dragged. |
keyframeRect? | keyframeRect?: TimelineKeyframeRect<string> | Optional keyframe rect from the initiating hit test. |
viewportY | viewportY: number | Pointer Y in timeline viewport coordinates, including the ruler area. |