interface AsyncDebounceOptions {
    preCallDebounce?: number;
}

Properties

Properties

preCallDebounce?: number

If given apply a debounce to the wrapped function so it's not called immediately.

Generated using TypeDoc