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