Home > @poq/sdk > SearchResponseFilterValue > (constructor)
Constructs a new instance of the SearchResponseFilterValue class
Signature:
constructor(params: {
id: string;
label: string;
numberOfItems: number;
customData?: Record<string, unknown>;
});
| Parameter | Type | Description |
|---|---|---|
| params | { id: string; label: string; numberOfItems: number; customData?: Record<string, unknown>; } |