Skip to main content

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;
}): React.JSX.Element;

Parameters

ParameterTypeDescription
props{ annotation: string | string[]; readMoreUrl?: string; }

Returns:

React.JSX.Element