Signature
Interface ClipHitTestInputProperties
| Name | Signature | Description |
|---|---|---|
collapsedTrackHeight? | collapsedTrackHeight?: number | Collapsed track height in pixels. |
edgeThreshold? | edgeThreshold?: number | Mouse/pen edge hit threshold in pixels. |
pointerType? | pointerType?: string | Pointer type, used to widen touch edge hit targets. |
rulerHeight? | rulerHeight?: number | Height of the top ruler region in pixels. |
touchEdgeThreshold? | touchEdgeThreshold?: number | Touch edge hit threshold in pixels. |
trackHeight? | trackHeight?: number | Default expanded track height in pixels. |
x | x: number | X coordinate relative to the timeline viewport. |
y | y: number | Y coordinate relative to the timeline viewport, including the ruler area. |