Interface

TimelineRollTrimEditCommand

Command that rolls the shared boundary between two adjacent clips.

Signature

Type Definition
Interface TimelineRollTrimEditCommand

Properties

NameSignatureDescription
boundaryTimeboundaryTime: RationalTimeDesired shared boundary time after the roll.
leftClipIdleftClipId: stringClip ending at the shared boundary.
rightClipIdrightClipId: stringClip starting at the shared boundary.
snap?snap?: booleanWhether to resolve magnetic snapping while rolling. Defaults to true.
typetype: "roll-trim"Command discriminator for rolling an adjacent edit point.