API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceSliderOptions
@codexo/exojs / ui / stable
Options for Slider.
8
props
0
methods
0
events
Import
import { SliderOptions } from '@codexo/exojs'Options for Slider.
Properties8
height?: numberHeight in pixels - the room the thumb has. Default 20.
max?: numberHighest selectable value. Default 1.
min?: numberLowest selectable value. Default 0.
step?: numberRounding of the value, in value units; 0 (the default) is continuous.
thumbSize?: numberDiameter of the thumb, in pixels. Defaults to height.
trackThickness?: numberThickness of the groove, in pixels. Default 6.
value?: numberInitial value, clamped into the range. Defaults to min.
width?: numberWidth in pixels. Default 200.
Source