Interface: 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
wait?
optional
wait:number
The number of milliseconds to delay.
Default
0