API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceScrollbarOptions

@codexo/exojs / ui / stable

Options for Scrollbar.

3
props
0
methods
0
events
Import
import { ScrollbarOptions } from '@codexo/exojs'

Options for Scrollbar.

Properties3
minThumbLength?: number
Smallest thumb extent in pixels, so a long content list keeps a grabbable thumb. Default 24.
Axis the bar runs along. Default 'vertical'.
thickness?: number
Extent across the axis, in pixels. Default 12.
Source