@coveo/headless
    Preparing search index...

    Interface RegularFacetValue

    interface RegularFacetValue {
        isAutoSelected: boolean;
        isSuggested: boolean;
        moreValuesAvailable: boolean;
        numberOfResults: number;
        state: FacetValueState;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isAutoSelected: boolean
    isSuggested: boolean
    moreValuesAvailable: boolean

    Use the facet's moreValuesAvailable property instead.

    numberOfResults: number
    value: string