Interface

TimelineInOutRangeControlOptions

Options for adapting timeline In/Out points to a range control.

Signature

Type Definition
Interface TimelineInOutRangeControlOptions

Properties

NameSignatureDescription
inLabel?inLabel?: stringAccessible label for the in-point thumb.
max?max?: numberMaximum timeline time in seconds. Defaults to timeline duration or 100.
min?min?: numberMinimum timeline time in seconds. Defaults to 0.
onValueCommitted?(value: typeOperator, eventDetails?: unknown): voidCalled after a Base UI-style value commit has settled the engine.
outLabel?outLabel?: stringAccessible label for the out-point thumb.
snap?snap?: booleanWhether pointer-driven changes should snap to timeline targets.
step?step?: numberSlider step in seconds for consumers using slider primitives.