interface RangeJson {
    interactionMode?: string;
    numberOfStops?: number;
    stopInterval?: number;
}

Properties

interactionMode?: string

Indicates the mode in which the active range should be presented to the user. Must be one of the following values: slider, picker.

numberOfStops?: number

This is used to generate the activeRangeValues if activeRangeValues are not specified.

stopInterval?: number

Interval in which stops should be generated.