Preparing search index...
The search index is not available
XYO Platform React SDK - v4.1.8
XYO Platform React SDK
@xyo-network/react-sdk
PollingConfig
Interface PollingConfig
interface
PollingConfig
{
initialDelay
?:
number
;
maxDelay
?:
number
;
maxRetries
:
null
|
number
;
onFoundResult
?:
(
<
T
>
(
result
:
T
)
=>
boolean
)
;
}
Index
Properties
initial
Delay?
max
Delay?
max
Retries
on
Found
Result?
Properties
Optional
initial
Delay
initial
Delay
?:
number
Optional
max
Delay
max
Delay
?:
number
max
Retries
max
Retries
:
null
|
number
Optional
on
Found
Result
on
Found
Result
?:
(
<
T
>
(
result
:
T
)
=>
boolean
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
initial
Delay
max
Delay
max
Retries
on
Found
Result
XYO Platform React SDK - v4.1.8
Loading...