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

Parameter

Type

Description

props

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

**Returns:**

React.JSX.Element