TLErrorBoundaryProps

See source code
Table of contents
interface TLErrorBoundaryProps {}

Properties

children

children: React.ReactNode

fallback


onError

optional
onError?: ((error: unknown) => void) | null

Prev
TLEditorSnapshot
Next
TLEventHandlers