Home > widget-integration > FilterRender > addOptionList
FilterRender.addOptionList() method
Adds a filter option to the selected filters (multiple selection) Appends to existing filters and updates URL with new value
Signature:
protected addOptionList(action: {
key: string;
value: string;
displayType?: string;
[key: string]: any;
}): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
action |
{ key: string; value: string; displayType?: string; [key: string]: any; } |
Filter action to add |
Returns:
void