Preparing search index...
The search index is not available
react-bindings
react-bindings
useLimiter
Function useLimiter
Creates a limiter which can be used to debounce or throttle a function call.
use
Limiter
(
__namedParameters
)
:
Limiter
Parameters
__namedParameters
:
LimiterOptions
&
{
cancelOnUnmount
?:
boolean
;
id
:
string
;
}
Returns
Limiter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-bindings
Loading...
Creates a limiter which can be used to debounce or throttle a function call.