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