Signature
Interface UseTimelineRangeSelectionResultProperties
| Name | Signature | Description |
|---|---|---|
clearRange | (): void | Clears the range boundaries. |
deleteRange | (options?: { ripple: boolean; trackIds: typeOperator }): TimelineCommandResult<TimelineEditCommitResult> | Deletes the selected range, closing the gap by default. |
hasRange | hasRange: boolean | Whether a complete range is selected. |
liftRange | (options?: { trackIds: typeOperator }): TimelineCommandResult<TimelineEditCommitResult> | Lifts the selected range while leaving the gap in place. |
range | range: TimelineRangeSelection | null | Selected timeline range, or null when both boundaries are not set. |
setRange | (range: TimelineRangeSelection): void | Sets both range boundaries. |