Signature
Interface TimelinePlayheadControlOptionsProperties
| Name | Signature | Description |
|---|---|---|
label? | label?: string | Accessible label for the playhead control. |
max? | max?: number | Maximum timeline time in seconds. Defaults to timeline duration/content end. |
min? | min?: number | Minimum timeline time in seconds. 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 seconds for consumers using slider primitives. |