MCPcopy
hub / github.com/xnimorz/use-debounce / Options

Interface Options

src/useDebouncedCallback.ts:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface Options extends CallOptions {
21 /**
22 * The maximum time the given function is allowed to be delayed before it's invoked.
23 */
24 maxWait?: number;
25 /**
26 * If the setting is set to true, all debouncing and timers will happen on the server side as well
27 */
28 debounceOnServer?: boolean;
29}
30
31export interface ControlFunctions<ReturnT> {
32 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…