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