ThrottledCallback
Defined in: src/hooks/useThrottledCallback/useThrottledCallback.types.ts:8
Type Parameters
Section titled “Type Parameters”Args extends unknown[]
ThrottledCallback(…
args):void
Defined in: src/hooks/useThrottledCallback/useThrottledCallback.types.ts:9
Parameters
Section titled “Parameters”…Args
Returns
Section titled “Returns”void
Properties
Section titled “Properties”cancel
Section titled “cancel”cancel: () =>
void
Defined in: src/hooks/useThrottledCallback/useThrottledCallback.types.ts:11
Cancel any pending trailing call and reset the throttle window.
Returns
Section titled “Returns”void