Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWithErrorBoundaryOption<P>

Type parameters

  • P

Hierarchy

  • IWithErrorBoundaryOption

Index

Properties

Optional Component

Component: React.ComponentType<P>

Optional FallbackComponent

FallbackComponent: React.ComponentType<IErrorBoundaryFallbackComponentProps>

Optional onError

onError: (error: any) => void

Type declaration

    • (error: any): void
    • Parameters

      • error: any

      Returns void

Generated using TypeDoc