Interface

TimelineLiftRangeEditCommand

Command that removes a timeline range while leaving the gap in place.

Signature

Type Definition
Interface TimelineLiftRangeEditCommand

Properties

NameSignatureDescription
endTimeendTime: RationalTimeExclusive end of the timeline range to lift.
startTimestartTime: RationalTimeInclusive start of the timeline range to lift.
trackIds?trackIds?: typeOperatorOptional track ids to affect. Omit to affect every editable track.
typetype: "lift-range"Command discriminator for range lifting.