Home > @poq/sdk-sfcc > ContentSearchRefinement
Document representing a search refinement attribute.
Signature:
export declare class ContentSearchRefinement extends BaseModel<ContentSearchRefinement>
Extends: BaseModel<ContentSearchRefinement
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ContentSearchRefinement class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| attributeId | string | The id of the search refinement attribute. In the case of an attribute refinement, this is the attribute id. Custom attributes are marked by the prefix “c_”. | |
| label? | string | (Optional) The localized label of the refinement. | |
| values? | Array<ContentSearchRefinementValue> | (Optional) The sorted array of refinement values. The array can be empty. |