Signature
Interface TimelineKeyframeRenderPointProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip owning the keyframe. |
keyframeId | keyframeId: string | Keyframe represented by this point. |
point | point: TimelineKeyframePoint | Center point in viewport CSS pixels. |
rect | rect: TimelineKeyframeViewportRect | Keyframe bounds in viewport CSS pixels. |
selected | selected: boolean | Whether the keyframe is selected. |
trackId | trackId: string | Track owning the clip. |