ErrorBoundaryFallbackProps
Home > @backstage/core-app-api > ErrorBoundaryFallbackProps
Props for the fallback error boundary.
Signature:
export type ErrorBoundaryFallbackProps = PropsWithChildren<{
    plugin?: BackstagePlugin;
    error: Error;
    resetError: () => void;
}>;
References: BackstagePlugin