Recapp Code Reference
Preparing search index...
frontend/src/utils
debounce
Function debounce
debounce
(
callBack
:
(
...
args
:
any
)
=>
void
,
delay
:
number
,
)
:
(
...
args
:
any
)
=>
void
Parameters
callBack
:
(
...
args
:
any
)
=>
void
delay
:
number
Returns
(
...
args
:
any
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Recapp Code Reference
Loading...