API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: numberSmallest thumb extent in pixels, so a long content list keeps a grabbable thumb. Default 24.
orientation?: ScrollbarOrientationThe axis a Scrollbar runs along.Axis the bar runs along. Default 'vertical'.
thickness?: numberExtent across the axis, in pixels. Default 12.
Source