Datalayer VS Code Extension - v0.0.17
Preparing search index...
webview/components/ErrorBoundary
ErrorBoundaryState
Interface ErrorBoundaryState
Internal state for the ErrorBoundary.
interface
ErrorBoundaryState
{
error
:
Error
;
hasError
:
boolean
;
}
Index
Properties
error
has
Error
Properties
error
error
:
Error
The caught error, if any.
has
Error
hasError
:
boolean
Whether an error has been caught.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
has
Error
Datalayer VS Code Extension - v0.0.17
Loading...
Internal state for the ErrorBoundary.