LinkErrorPanelProps
Home > @backstage/plugin-kubernetes-react > LinkErrorPanelProps
Signature:
export type LinkErrorPanelProps = {
cluster: ClusterAttributes;
errorMessage?: string;
children?: ReactNode;
};
References: ClusterAttributes