Interface

TimelineClipDragStartInput

Pointer data needed to begin a clip body drag.

Signature

Type Definition
Interface TimelineClipDragStartInput

Properties

NameSignatureDescription
clientXclientX: numberPointer client X captured at drag start.
clipIdclipId: stringClip being dragged.
clipRect?clipRect?: ClipViewportRectOptional clip rect from the initiating hit test.
viewportYviewportY: numberPointer Y in timeline viewport coordinates, including the ruler area.