Signature
Interface TimelineKeyframeViewportRectProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip that owns the keyframe. |
height | height: number | Keyframe affordance height in viewport CSS pixels. |
keyframeId | keyframeId: string | Keyframe represented by this rectangle. |
trackId | trackId: string | Track containing the owning clip. |
width | width: number | Keyframe affordance 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 within the clip row. |