Skip to main content
Version: Next

DependencyGraphTypes

Home > @backstage/core-components > DependencyGraphTypes

Types for the DependencyGraph() component.

Signature:

namespace DependencyGraphTypes 

Enumerations

Enumeration

Description

Alignment

Node alignment

Direction

Graph direction

LabelPosition

Position of label in relation to the edge

Ranker

Algorithm used to rand nodes in graph

Type Aliases

Type Alias

Description

DependencyEdge

Edge of DependencyGraph()

DependencyNode

Node of DependencyGraph()

RenderLabelFunction

Custom React component for edge labels

RenderLabelProps

Properties of DependencyGraphTypes.RenderLabelFunction for DependencyGraphTypes.DependencyEdge

RenderNodeFunction

Custom React component for graph DependencyGraphTypes.DependencyNode

RenderNodeProps

Properties of DependencyGraphTypes.RenderNodeFunction for DependencyGraphTypes.DependencyNode