Creates a new slider control
The initial value of the slider.
The minimum value of the slider.
The maximum value of the slider.
The step value of the slider. Use 1 for integer values.
Optional
change: ((number) => void)Change event of the slider.
A new slider control.
Generated using TypeDoc
Slider control constructor interface