Default value of slider. Default value of slider.
If true the user won't be able to move the slider. Default value is false. If true the user won't be able to move the slider. Default value is false.
Initial maximum value of the slider. Default value is 1. Initial maximum value of the slider. Default value is 1.
Initial minimum value of the slider. Default value is 0. Initial minimum value of the slider. Default value is 0.
Callback that is called when the user releases the slider, regardless; if the { value } has changed. The current value is passed as an argument to the callback handler. Callback that is called when the user releases the slider, regardless; if the { value } has changed. The current value is passed as an argument to the callback handler.
Callback continuously called while the user is dragging the slider. Callback continuously called while the user is dragging the slider.
Step value of the slider. The value should be between 0 and (maximumValue - minimumValue) Default value is 0. Step value of the slider. The value should be between 0 and (maximumValue - minimumValue) Default value is 0.
Used to style and layout the Slider Used to style and layout the Slider
Initial value of the slider. The value should be between minimumValue and maximumValue, which default to 0 and 1 respectively. Default value is 0. Initial value of the slider. The value should be between minimumValue and maximumValue, which default to 0 and 1 respectively. Default value is 0.
Generated using TypeDoc
key for others property.