Slider
A widget representing a numeric value as an movable indicator on a horizontal line. Includes Widget API
Properties
maximum
Type: number, default: 100
minimum
Type: number, default: 0
selection
Type: number, default: 0
Events
“change:selection” (widget, selection, options)
Parameters:
- widget: SearchAction
- selection: number, the new value of selection.
- options: Object
Fired when the selection property changes.
“select” (widget, selection, options)
Parameters:
- widget: SearchAction
- selection: number, the new value of selection.
- options: Object
Fired when the selection property is changed by the user.