Poq.SDK.Node

Home > @poq/sdk-sfcc > ContentSearchRefinement > (constructor)

ContentSearchRefinement.(constructor)

Constructs a new instance of the ContentSearchRefinement class

Signature:

constructor(params?: {
        attributeId: string;
        label?: string;
        values?: Array<ContentSearchRefinementValue>;
    });

Parameters

Parameter Type Description
params { attributeId: string; label?: string; values?: Array<ContentSearchRefinementValue>; } (Optional)