Alokai

FacetValue

Representation of a Facet Value FacetValue

export interface FacetValue {
	'count'?: number;
	'name'?: string;
	'query'?: SearchState;
	'selected'?: boolean;
}

Properties

NameRequiredTypeDescription
countOptionalnumberCount of the facet value {number} FacetValue
nameOptionalstringName of the facet value {string} FacetValue
queryOptionalSearchState{SearchState} FacetValue
selectedOptionalbooleanFlag stating if facet value is selected {boolean} FacetValue

Referenced Types

On this page