@realsee/vr-signals API Documentation - v2.0.0
Preparing search index...
throttle
Function throttle
throttle
<
T
extends
(
...
args
:
any
[]
)
=>
any
>
(
func
:
T
,
limit
:
number
,
)
:
(
...
args
:
Parameters
<
T
>
)
=>
void
节流函数
Type Parameters
T
extends
(
...
args
:
any
[]
)
=>
any
Parameters
func
:
T
要节流的函数
limit
:
number
限制时间(毫秒)
Returns
(
...
args
:
Parameters
<
T
>
)
=>
void
节流后的函数
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@realsee/vr-signals API Documentation - v2.0.0
Loading...
节流函数