Interface

TimelineTrimEditCommand

Command that trims one existing clip boundary.

Signature

Type Definition
Interface TimelineTrimEditCommand

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: "trim"Command discriminator for single-edge trimming.