Interface

ClipHitTestResult

Hit-test result for a clip pointer target.

Signature

Type Definition
Interface ClipHitTestResult

Properties

NameSignatureDescription
canMovecanMove: booleanWhether current policy and lock state allow moving the clip body.
canTrimcanTrim: booleanWhether current policy and lock state allow trimming the clip edges.
clipclip: ClipClip matched by the pointer query.
clipIndexclipIndex: numberZero-based clip index inside the containing track.
rectrect: ClipViewportRectViewport-space bounds used for the match.
regionregion: ClipHitRegionClip body or edge region matched by the pointer query.
tracktrack: TrackTrack containing the matched clip.
trackIndextrackIndex: numberZero-based track index in timeline order.