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

NameDescriptionDatatypeDefault
minThe minimum value that can be selected.Number0
maxThe maximum value that can be selected.Number100
stepThe step size with which the selected value can be changedNumber1
tableViewWhen true and the component is part of an EditGrid, the component's value is shown (simplified) in the collapsed row of the EditGrid.BooleanFalse