- Preparing search index...
- The search index is not available
super-throttle
Type alias CooldownCompleteCallback<TArgs, TReturn>
Cooldown
Complete
Callback
<TArgs, TReturn>: ((throttledFunction
: ThrottledFunction<TArgs, TReturn>) => void | boolean)
Type Parameters
-
TArgs extends unknown[]
-
TReturn
Type declaration
-
- (throttledFunction: ThrottledFunction<TArgs, TReturn>): void | boolean
-
Returns void | boolean