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 |
|---|---|---|---|
|
any[] | |||
|
boolean | |||
|
HTMLInputElement | null | |||
|
HTMLInputElement | null | |||
|
boolean | |||
|
boolean | |||
|
number | |||
|
HTMLElement | |||
|
number | |||
|
HTMLElement | |||
|
any | |||
|
Record<string, any> | |||
|
boolean | |||
|
Element | |||
|
HTMLElement | |||
|
any | |||
|
number | |||
|
number |