Home > widget-integration > FilterRender > applySliderValue
FilterRender.applySliderValue() method
Applies a validated slider value: updates state, syncs DOM, persists to store, and commits the filter tree change. Called by keyboard and blur interactions. Protected to allow override in shop-specific integrations.
Signature:
protected applySliderValue(key: "lower" | "upper", value: number, ctx: RangeSliderContext): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
"lower" | "upper" | |
|
value |
number | |
|
ctx |
Returns:
void