@xylabs/sdk-react
Preparing search index...
ThrownErrorBoundaryProps
Interface ThrownErrorBoundaryProps<T>
interface
ThrownErrorBoundaryProps
<
T
=
void
>
{
boundaryName
?:
string
;
children
:
ReactNode
;
errorComponent
?:
(
e
:
ErrorEx
<
T
>
,
boundaryName
?:
string
)
=>
ReactNode
;
rethrow
?:
boolean
;
rollbar
?:
Rollbar
;
scope
?:
string
;
title
?:
string
;
}
Type Parameters
T
=
void
Index
Properties
boundary
Name?
children
error
Component?
rethrow?
rollbar?
scope?
title?
Properties
Optional
boundary
Name
boundaryName
?:
string
children
children
:
ReactNode
Optional
error
Component
errorComponent
?:
(
e
:
ErrorEx
<
T
>
,
boundaryName
?:
string
)
=>
ReactNode
Optional
rethrow
rethrow
?:
boolean
Optional
rollbar
rollbar
?:
Rollbar
Optional
scope
scope
?:
string
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
boundary
Name
children
error
Component
rethrow
rollbar
scope
title
@xylabs/sdk-react
Loading...