Interface

ClipHitTestInput

Viewport-space pointer query for timeline clip hit testing.

Signature

Type Definition
Interface ClipHitTestInput

Properties

NameSignatureDescription
collapsedTrackHeight?collapsedTrackHeight?: numberCollapsed track height in pixels.
edgeThreshold?edgeThreshold?: numberMouse/pen edge hit threshold in pixels.
pointerType?pointerType?: stringPointer type, used to widen touch edge hit targets.
rulerHeight?rulerHeight?: numberHeight of the top ruler region in pixels.
touchEdgeThreshold?touchEdgeThreshold?: numberTouch edge hit threshold in pixels.
trackHeight?trackHeight?: numberDefault expanded track height in pixels.
xx: numberX coordinate relative to the timeline viewport.
yy: numberY coordinate relative to the timeline viewport, including the ruler area.