@coveo/headless
    Preparing search index...

    Interface NumericFilter

    The NumericFilter controller makes it possible to create a numeric filter.

    Example: numeric-filter.fn.tsx

    interface NumericFilter {
        state: NumericFilterState;
        clear(): void;
        disable(): void;
        enable(): void;
        setRange(range: NumericFilterRange): boolean;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    The state of the NumericFilter controller.