API reference

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

I

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?: number
Height in pixels - the room the thumb has. Default 20.
max?: number
Highest selectable value. Default 1.
min?: number
Lowest selectable value. Default 0.
step?: number
Rounding of the value, in value units; 0 (the default) is continuous.
thumbSize?: number
Diameter of the thumb, in pixels. Defaults to height.
trackThickness?: number
Thickness of the groove, in pixels. Default 6.
value?: number
Initial value, clamped into the range. Defaults to min.
width?: number
Width in pixels. Default 200.
Source