Slider
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
Servoy Core Slider Component. A component for selecting a value or range of values using a draggable handle.
This is a reference page; many components have detailed usage guides .
Determines if slider movements are animated. Type:
Specifies the data provider that holds the current slider value. Type:
Indicates whether the slider is enabled for user interaction. Type: Default Value: true
Defines the upper limit of the slider. Type: Default Value: 100
Called when the slider value changes.
Called when the slider is initialized.
Called repeatedly as the slider handle is dragged.
Called when the slider handle drag operation starts.
Called when the slider handle drag operation stops.
Defines the lower limit of the slider. Type: Default Value: 0
Sets the slider orientation as either horizontal or vertical. Type: Default Value: "horizontal"
Configures the slider to highlight either the minimum or maximum side. Type: Default Value: "min"
Determines the step interval between selectable slider values. Type: Default Value: 1
Controls the slider's visibility. Type: