ErrorPanelProps
Home > @backstage/core-components
> ErrorPanelProps
Signature:
export type ErrorPanelProps = {
error: Error;
defaultExpanded?: boolean;
titleFormat?: string;
title?: string;
};
Home > @backstage/core-components
> ErrorPanelProps
Signature:
export type ErrorPanelProps = {
error: Error;
defaultExpanded?: boolean;
titleFormat?: string;
title?: string;
};