CatalogTableRow
Home > @backstage/plugin-catalog
> CatalogTableRow
Signature:
export interface CatalogTableRow
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
{ name: string; entityRef: string; partOfSystemRelationTitle?: string; partOfSystemRelations: CompoundEntityRef[]; ownedByRelationsTitle?: string; ownedByRelations: CompoundEntityRef[]; } |