Skip to main content

Interface: DebounceSettings

@sapphire/utilities.DebounceSettings

lodash (Custom Build) https://lodash.com/ Build: lodash modularize exports="npm" -o ./ Copyright jQuery Foundation and other contributors https://jquery.org/ Released under MIT license https://lodash.com/license Based on Underscore.js 1.8.3 http://underscorejs.org/LICENSE Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors

Properties

maxWait

Optional maxWait: null | number

The maximum time func is allowed to be delayed before it's invoked

Default

null

Defined in

lib/debounce/debounce.ts:21


wait

Optional wait: number

The number of milliseconds to delay.

Default

0

Defined in

lib/debounce/debounce.ts:15