@coveo/headless-react
    Preparing search index...

    Interface CategoryFacetValueCommon

    interface CategoryFacetValueCommon {
        children: CategoryFacetValueCommon[];
        state: FacetValueState;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The children of this facet value.

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

    value: string

    The facet value.