Documentation
Code
GitLab
@geogirafe/lib-geoportal
tools/utils/debounce
debounce
Function debounce
debounce
<
T
>
(
func
:
T
,
wait
:
number
)
:
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
Protected
Inherited
Theme
OS
Light
Dark
@geogirafe/lib-geoportal
Loading...