Search
Preparing search index...
The search index is not available
s-utils
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
s-utils
vx-hooks/useThrottle
UseThrottleAPI
Interface UseThrottleAPI<T>
useThrottle API
Type parameters
T
Hierarchy
UseThrottleAPI
Index
Properties
cancel
set
State
state
watch
Stop
Properties
cancel
cancel
:
(
)
=>
void
取消一次设值
Type declaration
(
)
:
void
Returns
void
set
State
set
State
:
(
...
args
:
any
)
=>
void
延时值设置函数
Type declaration
(
...
args
:
any
)
:
void
Parameters
Rest
...
args:
any
Returns
void
state
state
:
Ref
<
T
>
延时值
watch
Stop
watch
Stop
:
WatchStopHandle
中断值监听
Modules
vx-
hooks/use
Throttle
Use
ThrottleAPI
cancel
set
State
state
watch
Stop
use
Throttle
Generated using
TypeDoc
useThrottle API