@coveo/headless
    Preparing search index...

    Interface ToggleSelectFacetValueActionCreatorPayload

    interface ToggleSelectFacetValueActionCreatorPayload {
        facetId: string;
        selection: FacetValue;
    }
    Index

    Properties

    Properties

    facetId: string

    The unique identifier of the facet (e.g., "1").

    selection: FacetValue

    The target facet value.