Signature
Interface TimelinePanControlOptionsProperties
| Name | Signature | Description |
|---|---|---|
label? | label?: string | Accessible label for the pan control. |
max? | max?: number | Maximum scroll offset in pixels. Defaults to the engine max scroll left. |
min? | min?: number | Minimum scroll offset in pixels. Defaults to 0. |
onValueCommitted? | (value: number[], eventDetails?: unknown): void | Called after a Base UI-style value commit has settled the engine. |
step? | step?: number | Slider step in pixels. Defaults to 1. |