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 the hook applies a committed control value to the engine. When the underlying scalar control provides commit details, Canvas Timeline forwards them unchanged as the second argument and does not read their fields. |
step? | step?: number | Slider step in pixels. Defaults to 1. |