Interface

ViewportScrollbarRootProps

Props for the timeline viewport scrollbar root.

Signature

Type Definition
Interface ViewportScrollbarRootProps

Properties

NameSignatureDescription
childrenchildren: ReactNodeThumb and handle components rendered within the measured track.
disabled?disabled?: booleanDisables pointer and keyboard interactions while keeping parts rendered.
getAriaValueText?(value: number, details: RangeScrollbarAriaValueTextDetails): stringFormats `aria-valuetext` for the thumb and handles.
keyboardPageStep?keyboardPageStep?: numberDomain-unit nudge used by page-key interactions. Defaults to 10.
keyboardStep?keyboardStep?: numberDomain-unit nudge used by arrow-key interactions. Defaults to 1.
minSpan?minSpan?: numberSmallest allowed visible timeline duration in seconds. Defaults to 0.1.
orientation?orientation?: RangeScrollbarOrientationVisual and interaction axis. Defaults to `'horizontal'`.