@coveo/headless
    Preparing search index...

    Interface ToggleSelectCategoryFacetValueActionCreatorPayload

    interface ToggleSelectCategoryFacetValueActionCreatorPayload {
        facetId: string;
        retrieveCount: number;
        selection: CategoryFacetValue;
    }
    Index

    Properties

    facetId: string

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

    retrieveCount: number

    The number of child values to display.

    The target category facet value.