The Slider component
Users can drag a slider with this component.
In addition to the properties listed below, this component inherits properties and methods from the superclass Component
. For example, any Radio component has a label
and hidden
property even though these are not explicitly listed here.
Properties
Name | Description | Datatype | Default |
---|---|---|---|
min | The minimum value that can be selected. | Number | 0 |
max | The maximum value that can be selected. | Number | 100 |
step | The step size with which the selected value can be changed | Number | 1 |
tableView | When true and the component is part of an EditGrid, the component's value is shown (simplified) in the collapsed row of the EditGrid. | Boolean | False |