Home > @poq/sdk > SearchResponseFilterValue
Signature:
export declare class SearchResponseFilterValue extends PoqContract
Extends: PoqContract
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SearchResponseFilterValue class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customData | Record<string, unknown> | undefined | Custom data. | |
| id | string | Id of the filter value. | |
| label | string | Label to show end user friendly information. | |
| numberOfItems | number | undefined | Number of items matching the filter. |