SearchFacetItem interface
The content of a search facet result item.
Properties
| count | The count of the facet item. |
| facet | The name of the facet item. |
| sort | Define the sorting criteria for items |
Property Details
count
The count of the facet item.
count?: number
Property Value
number
facet
The name of the facet item.
facet?: string
Property Value
string