@coveo/headless-react
    Preparing search index...

    Type Alias NumericFacetState

    NumericFacetState: Omit<CoreCommerceFacetState<NumericFacetValue>, "type"> & {
        domain?: NumericFacetDomain;
        manualRange?: NumericRangeRequest;
        type: "numericalRange";
    }

    The state of the NumericFacet sub-controller.

    Type declaration

    • Optionaldomain?: NumericFacetDomain

      The domain of the numeric facet.

    • OptionalmanualRange?: NumericRangeRequest
    • type: "numericalRange"