Home > widget-integration > FilterRender > commitFilterTreeChange

FilterRender.commitFilterTreeChange() method

Commits a resolved filter tree to the store, emits FILTER_RESET for vertical layouts, and dispatches the range-slider-change analytics event.

Signature:

protected commitFilterTreeChange(newFilterTree: any[], ctx: RangeSliderContext): void;

Parameters

Parameter

Type

Description

newFilterTree

any[]

ctx

RangeSliderContext

Returns:

void