Interface

TimelineTrackHitTestResult

Hit-test result for a timeline track row.

Signature

Type Definition
Interface TimelineTrackHitTestResult

Type parameters

NameConstraintDefaultDescription
TrackKindNonestringApp-defined track kind carried by the matched track.

Properties

NameSignatureDescription
rectrect: TimelineTrackRectViewport-space track row bounds.
tracktrack: Track<TrackKind>Track under the queried point.
trackIndextrackIndex: numberZero-based track index in timeline order.