Home > @backstage/plugin-catalog-graph
The catalog graph visualizes the relations between entities, like ownership, grouping or API relationships.
Enumerations
Enumeration | Description |
Direction | Render direction of the graph. |
Variables
Variable | Description |
ALL_RELATION_PAIRS | A list of pairs of entity relations, used to define which relations are merged together and which the primary relation is. |
CatalogGraphPage | A standalone page that can be added to your application providing a viewer for your entities and their relations. |
catalogGraphPlugin | Catalog Graph Plugin instance. |
catalogGraphRouteRef | Route pointing to the standalone catalog graph page. |
EntityCatalogGraphCard | A card that displays the directly related entities to the current entity. |
EntityRelationsGraph | Core building block for custom entity relations diagrams. |
Type Aliases
Type Alias | Description |
EntityEdge | Edge between two entities. |
EntityEdgeData | Additional Data for entities. |
EntityNode | Node representing an entity. |
EntityNodeData | Additional data for Entity Node |
RelationPairs | A pair of two relations that describe the opposite of each other. The first relation is considered as the primary relation. |