Documentation
Preparing search index...
core/debounce
Debounce
Class Debounce
Index
Constructors
constructor
Methods
debounce
throttle
Constructors
constructor
new
Debounce
()
:
Debounce
Returns
Debounce
Methods
debounce
debounce
(
callBack
:
()
=>
void
,
t
:
number
)
:
void
Parameters
callBack
:
()
=>
void
t
:
number
Returns
void
throttle
throttle
(
callBack
:
()
=>
void
,
t
:
number
)
:
void
Parameters
callBack
:
()
=>
void
t
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
debounce
throttle
Documentation
Loading...