FacetValue
Representation of a Facet Value FacetValue
export interface FacetValue {
'count'?: number;
'name'?: string;
'query'?: SearchState;
'selected'?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
count | Optional | number | Count of the facet value {number} FacetValue |
name | Optional | string | Name of the facet value {string} FacetValue |
query | Optional | SearchState | {SearchState} FacetValue |
selected | Optional | boolean | Flag stating if facet value is selected {boolean} FacetValue |