interface FacetValue {
    numberOfResults: number;
    state: FacetValueState;
    value: string;
}

Properties

numberOfResults: number

The number of results that have the facet value.

Whether a facet value is filtering results (selected) or not (idle).

value: string

The facet value.