Interface for DebouncedControlFunctions.

interface DebouncedControlFunctions {
    cancel: () => void;
    flush: () => void;
    pending: () => boolean;
}

Hierarchy (View Summary)

Properties

Properties

cancel: () => void
flush: () => void
pending: () => boolean