MissingAnnotationEmptyState()
Home > @backstage/plugin-catalog-react > MissingAnnotationEmptyState
Renders an empty state when an annotation is missing from an entity.
Signature:
function MissingAnnotationEmptyState(props: {
annotation: string | string[];
readMoreUrl?: string;
}): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
{ annotation: string | string[]; readMoreUrl?: string; } |
import("react/jsx-runtime").JSX.Element