Home > widget-integration > RangeSliderContext

RangeSliderContext interface

Shared context object passed between range slider helper methods.

Collects all DOM references, computed settings, and mutable slider state so that each helper function has a single, explicit parameter instead of relying on shared closure variables.

Signature:

export interface RangeSliderContext 

Properties

Property

Modifiers

Type

Description

filterState

any[]

horizontalHasApplyButton

boolean

inputLower

HTMLInputElement | null

inputUpper

HTMLInputElement | null

isFilterVertical

boolean

isRtl

boolean

max

number

maxHandle

HTMLElement

min

number

minHandle

HTMLElement

option

any

rangeFilter

Record<string, any>

removeDecimal

boolean

slider

Element

sliderBase

HTMLElement

sliderOption

any

sliderStep

number

valueRange

number