Interface ToggleSelectNumericFacetValueActionCreatorPayload

interface ToggleSelectNumericFacetValueActionCreatorPayload {
    facetId: string;
    selection: NumericFacetValue;
}

Properties

Properties

facetId: string

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

The target numeric facet value.