Preparing search index...
The search index is not available
zd-es-lib
zd-es-lib
debounce
Function debounce
debounce
(
fn
,
duration
?
)
:
(
(
this
:
any
)
=>
void
)
Debounce function to prevent multiple calls in a short time
Parameters
fn
:
AnyFunction
Optional
duration
:
number
default 1000ms
Returns
(
(
this
:
any
)
=>
void
)
(
this
)
:
void
Parameters
this
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
zd-es-lib
Loading...
Debounce function to prevent multiple calls in a short time