EntityRefLinksProps
Home > @backstage/plugin-catalog-react
> EntityRefLinksProps
Props for EntityRefLink().
Signature:
export type EntityRefLinksProps<TRef extends string | CompoundEntityRef | Entity> = {
defaultKind?: string;
entityRefs: TRef[];
hideIcons?: boolean;
fetchEntities?: boolean;
getTitle?(entity: TRef): string | undefined;
} & Omit<LinkProps, 'to'>;
References: CompoundEntityRef, Entity, LinkProps