Preparing search index...
The search index is not available
@infrasoftbe/infrasoft-ui-components
@infrasoftbe/infrasoft-ui-components
debounce
Function debounce
debounce
(
this
,
func
,
wait
)
:
(
(
...
args
:
any
[]
)
=>
void
)
Parameters
this
:
any
"This" reference
func
:
(
(
...
args
:
any
[]
)
=>
any
)
Function to debounce
(
...
args
)
:
any
Parameters
Rest
...
args
:
any
[]
Returns
any
wait
:
number
Debounce amount
Returns
(
(
...
args
:
any
[]
)
=>
void
)
(
...
args
)
:
void
Parameters
Rest
...
args
:
any
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@infrasoftbe/infrasoft-ui-components
Loading...
"This" reference