Element of type Slider
Attribute | Description | Type |
---|---|---|
type | The identifier of the component | string ("slider") |
autofocus | Whether the slider should be focused initially. | boolean |
divisions | The number of divisions to show on the slider. | number |
label | The label of the slider. | string |
max | The maximum value of the slider. | number (1) |
min | The minimum value of the slider. | number |
onChanged | The callback to be invoked when the slider value changes. | Basic Listener |
onChangeEnd | The callback to be invoked when the slider is released. | Basic Listener |
onChangeStart | The callback to be invoked when the slider is pressed. | Basic Listener |
style | Element of type SliderStyle | SliderStyle |
value | The current value of the slider. | number |