interface ToggleSelectNumericFacetValuePayload {
    facetId: string;
    selection: NumericRangeRequest;
}

Properties

Properties

facetId: string

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

The target numeric facet value.