Signature
Interface TimelineKeyframeCurveHitTestInputProperties
| Name | Signature | Description |
|---|---|---|
collapsedTrackHeight? | collapsedTrackHeight?: number | Collapsed track height in pixels. |
curveHandleSize? | curveHandleSize?: number | Bezier control handle affordance square size in CSS pixels. |
edgeThreshold? | edgeThreshold?: number | Mouse/pen edge hit threshold in pixels. |
keyframeSize? | keyframeSize?: number | Keyframe affordance square size in CSS pixels. |
keyframeValuePadding? | keyframeValuePadding?: number | Vertical padding used when mapping keyframe values into a clip row. |
overscanPixels? | overscanPixels?: number | Extra pixels around the viewport included in visibility tests. |
pointerType? | pointerType?: string | Pointer type, used to widen touch hit targets. |
property? | property?: "opacity" | Only include keyframes for this property. Defaults to all supported properties. |
rulerHeight? | rulerHeight?: number | Height of the top ruler region in pixels. |
selectedClipOnly? | selectedClipOnly?: boolean | Only include keyframes belonging to selected clips. |
selectedKeyframeOnly? | selectedKeyframeOnly?: boolean | Only include curve segments touching a selected keyframe. Defaults to false. |
touchEdgeThreshold? | touchEdgeThreshold?: number | Touch edge hit threshold in pixels. |
trackHeight? | trackHeight?: number | Default expanded track height in pixels. |
viewportHeight? | viewportHeight?: number | Optional viewport height in CSS pixels for vertical filtering. |
viewportWidth? | viewportWidth?: number | Viewport width in CSS pixels. Defaults to the engine viewport width. |
x | x: number | X coordinate relative to the timeline viewport. |
y | y: number | Y coordinate relative to the timeline viewport, including the ruler area. |