Interface

TimelineUpdateClipKeyframeSidesOptions

Input for updating one or both sides of an existing clip keyframe with explicit patches.

Signature

Type Definition
Interface TimelineUpdateClipKeyframeSidesOptions

Properties

NameSignatureDescription
clipIdclipId: stringClip that owns the keyframe.
incoming?incoming?: TimelineKeyframeSidePatchPatch applied to the incoming side.
keyframeIdkeyframeId: stringKeyframe to update.
outgoing?outgoing?: TimelineKeyframeSidePatchPatch applied to the outgoing side.