interface MapRangeInfoJson {
    activeRangeName?: string;
    currentRangeExtent?: [number, number];
    fullRangeExtent?: [number, number];
}

Properties

activeRangeName?: string

Active range ID that slider/picker acts upon.

currentRangeExtent?: [number, number]

Current range for the active range.

fullRangeExtent?: [number, number]

Full range extent for the active range to be presented in the UI.