Interface

TimelineSlideEditCommand

Command that moves an existing clip by a relative timeline offset.

Signature

Type Definition
Interface TimelineSlideEditCommand

Properties

NameSignatureDescription
clipIdclipId: stringClip whose timeline position should shift.
deltaTimedeltaTime: RationalTimeRelative timeline delta applied to the clip position.
snap?snap?: booleanWhether to resolve magnetic snapping while sliding. Defaults to true.
typetype: "slide"Command discriminator for timeline sliding.