Interface

TimelineRippleTrimEditCommand

Command that trims one boundary and ripples later clips on the same track.

Signature

Type Definition
Interface TimelineRippleTrimEditCommand

Properties

NameSignatureDescription
clipIdclipId: stringClip whose boundary should move.
edgeedge: "start" | "end"Boundary to trim.
newTimenewTime: RationalTimeDesired new timeline time for the selected boundary.
snap?snap?: booleanWhether to resolve magnetic snapping while trimming. Defaults to true.
typetype: "ripple-trim"Command discriminator for ripple trimming.