EntityRefLinkProps
Home > @backstage/plugin-catalog-react
> EntityRefLinkProps
Props for EntityRefLink().
Signature:
export type EntityRefLinkProps = {
entityRef: Entity | CompoundEntityRef | string;
defaultKind?: string;
defaultNamespace?: string;
title?: string;
children?: React.ReactNode;
hideIcon?: boolean;
disableTooltip?: boolean;
} & Omit<LinkProps, 'to'>;
References: Entity, CompoundEntityRef, LinkProps