Documentation
API
@orderly.network
@orderly.network
React Hook
useThrottledCallback
useThrottledCallback
<
T
>
(
func, wait?, options?
)
:
DebouncedState
<
T
>
Parameters
func
:
T
Optional
wait
:
number
Optional
options
:
CallOptions
Returns
DebouncedState
<
T
>