@coveo/headless
    Preparing search index...

    Interface FacetValue

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

    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.