Home > @vsf-enterprise/sap-commerce-webservices-sdk > Facet
Facet interface
Representation of a Facet Facet
Signature:
export interface Facet
Properties
Property | Type | Description |
---|---|---|
category? | boolean | (Optional) Flag stating if facet is category facet |
multiSelect? | boolean | (Optional) Flag stating if facet is multiSelect |
name? | string | (Optional) Name of the facet |
priority? | number | (Optional) Priority value of the facet |
topValues? | Array<FacetValue> | (Optional) List of top facet values |
values? | Array<FacetValue> | (Optional) List of all facet values |
visible? | boolean | (Optional) Flag stating if facet is visible |