Preparing search index...
The search index is not available
ngeo
ngeo
src/misc/debounce2
debounce
Function debounce
debounce
<
T
>
(
func
,
wait
)
:
T
Type Parameters
T
Parameters
func
:
T
The function to debounce.
wait
:
number
The wait time in ms.
Returns
T
The wrapper function.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
ngeo
Loading...
The function to debounce.