Home > @yext/search-core > DisplayableFacetOption
A FacetOption with extra data meant to be displayed to the end user.
Signature:
export interface DisplayableFacetOption extends FacetOption
Extends: FacetOption
Property | Type | Description |
---|---|---|
count | number | The number of results associated with this facet option. |
displayName | string | The name of the facet option which is meant to be displayed to the end user. |
selected | boolean | Whether or not the filter is selected in the search results. |