Preparing search index...
The search index is not available
XYO Platform React SDK - v4.1.8
XYO Platform React SDK
@xyo-network/react-sdk
ErrorBoundaryProps
Interface ErrorBoundaryProps
interface
ErrorBoundaryProps
{
children
:
ReactNode
;
fallback
?:
ReactNode
;
fallbackWithError
?:
(
(
error
:
Error
)
=>
ReactNode
)
;
scope
?:
string
;
}
Index
Properties
children
fallback?
fallback
With
Error?
scope?
Properties
children
children
:
ReactNode
Optional
fallback
fallback
?:
ReactNode
Optional
fallback
With
Error
fallback
With
Error
?:
(
(
error
:
Error
)
=>
ReactNode
)
Optional
scope
scope
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
fallback
fallback
With
Error
scope
XYO Platform React SDK - v4.1.8
Loading...