Signature
Interface TimelineTrackHitTestResultType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
TrackKind | None | string | App-defined track kind carried by the matched track. |
Properties
| Name | Signature | Description |
|---|---|---|
rect | rect: TimelineTrackRect | Viewport-space track row bounds. |
track | track: Track<TrackKind> | Track under the queried point. |
trackIndex | trackIndex: number | Zero-based track index in timeline order. |