Signature
Interface ClipHitTestResultProperties
| Name | Signature | Description |
|---|---|---|
canMove | canMove: boolean | Whether current policy and lock state allow moving the clip body. |
canTrim | canTrim: boolean | Whether current policy and lock state allow trimming the clip edges. |
clip | clip: Clip | Clip matched by the pointer query. |
clipIndex | clipIndex: number | Zero-based clip index inside the containing track. |
rect | rect: ClipViewportRect | Viewport-space bounds used for the match. |
region | region: ClipHitRegion | Clip body or edge region matched by the pointer query. |
track | track: Track | Track containing the matched clip. |
trackIndex | trackIndex: number | Zero-based track index in timeline order. |