Signature
Interface ViewportScrollbarRootPropsProperties
| Name | Signature | Description |
|---|---|---|
children | children: ReactNode | Thumb and handle components rendered within the measured track. |
disabled? | disabled?: boolean | Disables pointer and keyboard interactions while keeping parts rendered. |
getAriaValueText? | (value: number, details: RangeScrollbarAriaValueTextDetails): string | Formats `aria-valuetext` for the thumb and handles. |
keyboardPageStep? | keyboardPageStep?: number | Domain-unit nudge used by page-key interactions. Defaults to 10. |
keyboardStep? | keyboardStep?: number | Domain-unit nudge used by arrow-key interactions. Defaults to 1. |
minSpan? | minSpan?: number | Smallest allowed visible timeline duration in seconds. Defaults to 0.1. |
orientation? | orientation?: RangeScrollbarOrientation | Visual and interaction axis. Defaults to `'horizontal'`. |