Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
slider:
  $type: sliderField
  defaultValue: 50
  stepSize: 5
  gridStepSize: 25
  valueFormat: PERCENTAGE

Slider field properties

Field-specific properties

min

optional, default is 0

Minimum value of the slider range.

max

optionaldefault is 100

Maximum value of the slider range.

stepSize

optional, default is 1

Size of increments by which the slider handle moves.

gridStepSize

optional, default is 0

Size of increments by which values appear on the bar. 0 means no values are displayed.

valueFormat

optional, default is NUMBER

Format can be NUMBER or PERCENTAGE. When set to PERCENTAGE, the % character is appended to all displayed values.

Common simple field properties

Include Page
_Common simple field properties
_Common simple field properties