Home > @poq/sdk-sfcc > ContentSearchRefinement > (constructor)
Constructs a new instance of the ContentSearchRefinement class
Signature:
constructor(params?: {
attributeId: string;
label?: string;
values?: Array<ContentSearchRefinementValue>;
});
| Parameter | Type | Description |
|---|---|---|
| params | { attributeId: string; label?: string; values?: Array<ContentSearchRefinementValue>; } | (Optional) |