ErrorBoundaryProps
Home > @backstage/core-components
> ErrorBoundaryProps
Signature:
export type ErrorBoundaryProps = React.PropsWithChildren<{
slackChannel?: string | SlackChannel;
onError?: (error: Error, errorInfo: string) => null;
}>;