ngify
Preparing search index...
@ngify/at
Debounce
Function Debounce
Debounce
(
wait
:
number
,
options
?:
DebounceOptions
,
)
:
<
This
,
Args
extends
any
[]
,
Return
>
(
target
:
(
this
:
This
,
...
args
:
Args
)
=>
Return
,
context
:
ClassMethodDecoratorContext
<
This
,
(
this
:
This
,
...
args
:
Args
)
=>
Return
,
>
,
)
=>
(
this
:
This
,
...
args
:
Args
)
=>
void
Debounce decorator for class methods
Parameters
wait
:
number
Optional
options
:
DebounceOptions
Returns
<
This
,
Args
extends
any
[]
,
Return
>
(
target
:
(
this
:
This
,
...
args
:
Args
)
=>
Return
,
context
:
ClassMethodDecoratorContext
<
This
,
(
this
:
This
,
...
args
:
Args
)
=>
Return
,
>
,
)
=>
(
this
:
This
,
...
args
:
Args
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
ngify
Loading...
Debounce decorator for class methods