Home > @poq/sdk > SearchResponseFilter > (constructor)
Constructs a new instance of the SearchResponseFilter
class
Signature:
constructor(params: {
id: string;
label: string;
displayName: SearchResponseFilterDisplayType;
list?: SearchResponseFilterList;
price?: SearchResponseFilterPrice;
slider?: SearchResponseFilterSlider;
toggle?: SearchResponseFilterToggle;
customData?: Record<string, unknown>;
});
Parameter | Type | Description |
---|---|---|
params | { id: string; label: string; displayName: SearchResponseFilterDisplayType; list?: SearchResponseFilterList; price?: SearchResponseFilterPrice; slider?: SearchResponseFilterSlider; toggle?: SearchResponseFilterToggle; customData?: Record<string, unknown>; } |