Signature
Interface ClipViewportRectProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip represented by the rectangle. |
clipIndex | clipIndex: number | Zero-based clip index inside the containing track. |
height | height: number | Clip height in viewport CSS pixels. |
trackId | trackId: string | Track containing the clip. |
trackIndex | trackIndex: number | Zero-based track index in timeline order. |
width | width: number | Clip width in viewport CSS pixels. |
x | x: number | Left edge in viewport CSS pixels after horizontal scroll is applied. |
y | y: number | Top edge in viewport CSS pixels, including the ruler offset. |