Home > @poq/sdk > SearchResponseFilter
Signature:
export declare class SearchResponseFilter extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the SearchResponseFilter class |
Property | Modifiers | Type | Description |
---|---|---|---|
customData | Record<string, unknown> | undefined | Custom data associated with the filter. This field may not be returned. | |
displayType | SearchResponseFilterDisplayType | The display type; | |
id | string | Filter id. | |
label | string | Filter label to display on the UI. | |
list | SearchResponseFilterList | undefined | A container for list of the values when the | |
price | SearchResponseFilterPrice | undefined | A container to return minimum and maximum price values when the | |
slider | SearchResponseFilterSlider | undefined | A container to return minimum and maximum values when the | |
toggle | SearchResponseFilterToggle | undefined | A container to return minimum and maximum values when the |