Home > widget-integration > FilterRender > dispatchEventChangeRangeSlider
FilterRender.dispatchEventChangeRangeSlider() method
Dispatches a boost-sd-range-slider-change custom event for analytics.
Signature:
protected dispatchEventChangeRangeSlider(data: {
label: string;
min: any;
max: any;
}): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
{ label: string; min: any; max: any; } |
Event payload with the filter label and selected min/max values |
Returns:
void