Interface

ClipKeyframeSelectEvent

Keyframe selection change event payload.

Signature

Type Definition
Interface ClipKeyframeSelectEvent

Properties

NameSignatureDescription
clipIdclipId: string | nullClip containing the selected keyframe, or null after clearing selection.
keyframekeyframe: TimelineKeyframe | nullSelected keyframe snapshot, or null after clearing selection.
keyframeIdkeyframeId: string | nullSelected keyframe id, or null after clearing selection.