Search
Preparing search index...
The search index is not available
onex-utils
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
onex-utils
func/throttle
Module func/throttle
Index
Functions
throttle
Functions
Const
throttle
0.0.55
provide
throttle<T>
(
func
:
T
, wait
?:
number
, options
?:
ThrottleSettings
)
:
DebouncedFunc
<
T
>
赋值lodash的throttle
see
throttle
Type parameters
T
:
(
...
args
:
any
)
=>
any
Parameters
func:
T
Optional
wait:
number
Optional
options:
ThrottleSettings
Returns
DebouncedFunc
<
T
>
Exports
func/throttle
throttle
赋值lodash的throttle
throttle