NextGIS Frontend
Preparing search index...
@nextgis/utils
debounce
Function debounce
debounce
<
T
extends
(
...
args
:
any
[]
)
=>
void
>
(
cb
:
T
,
wait
?:
number
,
)
:
T
&
{
clear
:
()
=>
void
}
Type Parameters
T
extends
(
...
args
:
any
[]
)
=>
void
Parameters
cb
:
T
wait
:
number
= 10
Returns
T
&
{
clear
:
()
=>
void
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
NextGIS Frontend
Loading...