Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/utils
debounce
Function debounce
debounce
<
T
>
(
cb
,
wait
?
)
:
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...