EntityLink
Home > @backstage/catalog-model
> EntityLink
A link to external information that is related to the entity.
Signature:
export type EntityLink = {
url: string;
title?: string;
icon?: string;
type?: string;
};
Home > @backstage/catalog-model
> EntityLink
A link to external information that is related to the entity.
Signature:
export type EntityLink = {
url: string;
title?: string;
icon?: string;
type?: string;
};