Interface ToggleSelectCategoryFacetValueActionCreatorPayload

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

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.