Interface ToggleSelectFacetValueActionCreatorPayload

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

Properties

Properties

facetId: string

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

selection: FacetValue

The target facet value.