Preparing search index...
The search index is not available
web08-booquiz - v1.0.0
web08-booquiz
frontend/src/components/boundary/ErrorBoundary
ErrorBoundaryProps
Interface ErrorBoundaryProps
interface
ErrorBoundaryProps
{
children
:
ReactNode
;
fallback
?:
(
(
args
:
{
error
:
unknown
;
reset
:
(
(
)
=>
void
)
;
}
)
=>
ReactNode
)
;
handleError
?:
(
(
error
:
unknown
)
=>
void
)
;
onReset
?:
(
(
)
=>
void
)
;
}
Index
Properties
children
fallback?
handle
Error?
on
Reset?
Properties
children
children
:
ReactNode
Optional
fallback
fallback
?:
(
(
args
:
{
error
:
unknown
;
reset
:
(
(
)
=>
void
)
;
}
)
=>
ReactNode
)
Optional
handle
Error
handle
Error
?:
(
(
error
:
unknown
)
=>
void
)
Optional
on
Reset
on
Reset
?:
(
(
)
=>
void
)
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
fallback
handle
Error
on
Reset
web08-booquiz - v1.0.0
Loading...