ngify
Preparing search index...
@ngify/at
Throttle
Function Throttle
Throttle
(
wait
:
number
,
options
?:
ThrottleOptions
,
)
:
<
This
,
Args
extends
any
[]
,
Return
>
(
target
:
(
this
:
This
,
...
args
:
Args
)
=>
Return
,
context
:
ClassMethodDecoratorContext
<
This
,
(
this
:
This
,
...
args
:
Args
)
=>
Return
,
>
,
)
=>
(
this
:
This
,
...
args
:
Args
)
=>
void
Throttle decorator for class methods
Parameters
wait
:
number
Optional
options
:
ThrottleOptions
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...
Throttle decorator for class methods