datadog-ux-utils Documentation - v1.0.0
Preparing search index...
react/useGuardedCall
UseGuardedCallOptions
Type Alias UseGuardedCallOptions
type
UseGuardedCallOptions
=
{
onBlocked
?:
(
info
:
{
key
:
string
;
until
:
number
;
windowMs
:
number
;
maxRequests
:
number
;
}
,
)
=>
void
;
retryAfter
?:
"wait"
|
"none"
;
}
Index
Properties
on
Blocked?
retry
After?
Properties
Optional
on
Blocked
onBlocked
?:
(
info
:
{
key
:
string
;
until
:
number
;
windowMs
:
number
;
maxRequests
:
number
;
}
,
)
=>
void
Optional
retry
After
retryAfter
?:
"wait"
|
"none"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Blocked
retry
After
datadog-ux-utils Documentation - v1.0.0
Loading...