Signature
Interface TimelineDeleteRangeEditCommandProperties
| Name | Signature | Description |
|---|---|---|
endTime | endTime: RationalTime | Exclusive end of the timeline range to remove. |
ripple? | ripple?: boolean | Whether later clips close the removed gap. Defaults to true. |
startTime | startTime: RationalTime | Inclusive start of the timeline range to remove. |
trackIds? | trackIds?: typeOperator | Optional track ids to affect. Omit to affect every editable track. |
type | type: "delete-range" | Command discriminator for range deletion. |