Interface

TimelinePlayheadControlOptions

Options for adapting the timeline playhead to a scalar control.

Signature

Type Definition
Interface TimelinePlayheadControlOptions

Properties

NameSignatureDescription
label?label?: stringAccessible label for the playhead control.
max?max?: numberMaximum timeline time in seconds. Defaults to timeline duration/content end.
min?min?: numberMinimum timeline time in seconds. Defaults to 0.
onValueCommitted?(value: number[], eventDetails?: unknown): voidCalled after a Base UI-style value commit has settled the engine.
step?step?: numberSlider step in seconds for consumers using slider primitives.