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