Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.01 KB

search-core.displayablefacetoption.md

File metadata and controls

23 lines (15 loc) · 1.01 KB

Home > @yext/search-core > DisplayableFacetOption

DisplayableFacetOption interface

A FacetOption with extra data meant to be displayed to the end user.

Signature:

export interface DisplayableFacetOption extends FacetOption 

Extends: FacetOption

Properties

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.