Range object.

Referenced by: widgets

Properties

PropertyDetails
interactionModeIndicates the mode in which the active range should be presented to the user.
Valid values:
  • picker
  • slider
numberOfStopsThis is used to generate the activeRangeValues if activeRangeValues are not specified.
stopIntervalInterval in which stops should be generated.

Example

{
"interactionMode": "slider",
"stopInterval": 1
}