slider constant

String const slider

A user input where the user selects a value from within a given range.

A slider represents the current value and range of possible values via the size of the slider and position of the thumb. It is typically possible to add or subtract to the value by using directional keys such as arrow keys.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role

Implementation

static const String slider = 'slider';