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

    Interface NumericFacetActionCreators

    The numeric facet action creators.

    interface NumericFacetActionCreators {
        toggleExcludeNumericFacetValue(
            payload: ToggleSelectNumericFacetValuePayload,
        ): { payload: ToggleSelectNumericFacetValuePayload; type: string };
        toggleSelectNumericFacetValue(
            payload: ToggleSelectNumericFacetValuePayload,
        ): { payload: ToggleSelectNumericFacetValuePayload; type: string };
        updateNumericFacetValues(
            payload: UpdateNumericFacetValuesPayload,
        ): { payload: UpdateNumericFacetValuesPayload; type: string };
    }
    Index

    Methods