Signature
Interface TimelineInOutRangeControlOptionsProperties
| Name | Signature | Description |
|---|---|---|
inLabel? | inLabel?: string | Accessible label for the in-point thumb. |
max? | max?: number | Maximum timeline time in seconds. Defaults to timeline duration or 100. |
min? | min?: number | Minimum timeline time in seconds. Defaults to 0. |
onValueCommitted? | (value: typeOperator, eventDetails?: unknown): void | Called after a Base UI-style value commit has settled the engine. |
outLabel? | outLabel?: string | Accessible label for the out-point thumb. |
snap? | snap?: boolean | Whether pointer-driven changes should snap to timeline targets. |
step? | step?: number | Slider step in seconds for consumers using slider primitives. |