Interface

TrackHitTestInput

Viewport-space pointer query for timeline track hit testing.

Signature

Type Definition
Interface TrackHitTestInput

Properties

NameSignatureDescription
collapsedTrackHeight?collapsedTrackHeight?: numberCollapsed track height in pixels.
edgeThreshold?edgeThreshold?: numberMouse/pen edge hit threshold in pixels.
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.
viewportWidth?viewportWidth?: numberViewport width in CSS pixels. Defaults to the engine viewport width.
x?x?: numberX coordinate relative to the timeline viewport.
yy: numberY coordinate relative to the timeline viewport, including the ruler area.