EntityDisplayNameProps
Home > @backstage/plugin-catalog-react
> EntityDisplayNameProps
Props for EntityDisplayName().
Signature:
export type EntityDisplayNameProps = {
entityRef: Entity | CompoundEntityRef | string;
hideIcon?: boolean;
disableTooltip?: boolean;
defaultKind?: string;
defaultNamespace?: string;
};
References: Entity, CompoundEntityRef