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:

Fired when the selection property changes.

“select” (widget, selection, options)

Parameters:

Fired when the selection property is changed by the user.

See also