Interface

TimelineDeleteRangeEditCommand

Command that removes a timeline range and ripples later clips closed by default.

Signature

Type Definition
Interface TimelineDeleteRangeEditCommand

Properties

NameSignatureDescription
endTimeendTime: RationalTimeExclusive end of the timeline range to remove.
ripple?ripple?: booleanWhether later clips close the removed gap. Defaults to true.
startTimestartTime: RationalTimeInclusive start of the timeline range to remove.
trackIds?trackIds?: typeOperatorOptional track ids to affect. Omit to affect every editable track.
typetype: "delete-range"Command discriminator for range deletion.