@xylabs/sdk-react
Preparing search index...
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
fallbackWithError
?:
(
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
@xylabs/sdk-react
Loading...