Home > widget-integration > FilterRender > buildSliderContext

FilterRender.buildSliderContext() method

Collects all DOM references and computed settings into a single context object. Returns null if the slider DOM node is not present in the container.

Signature:

protected buildSliderContext(dom: HTMLElement, option: any): RangeSliderContext | null;

Parameters

Parameter

Type

Description

dom

HTMLElement

option

any

Returns:

RangeSliderContext | null