TLErrorBoundaryProps
Table of contents
Public interface
Signature
interface TLErrorBoundaryProps {}
Source
packages/editor/src/lib/components/ErrorBoundary.tsx
Properties
children
Public propertysignature
Signature
children: React.ReactNode
fallback
Public propertysignature
Signature
fallback: TLErrorFallbackComponent
onError
Public propertysignature
Signature
onError?: ((error: unknown) => void) | null