Skip to main content
Version: Next

DependencyGraphTypes

Home > @backstage/core-components > DependencyGraphTypes

Types for the DependencyGraph() component.

Signature:

namespace DependencyGraphTypes 

Namespaces

Namespace

Description

Alignment

Direction

LabelPosition

Ranker

Variables

Variable

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

Alignment

DependencyEdge

Edge of DependencyGraph()

DependencyNode

Node of DependencyGraph()

Direction

LabelPosition

Ranker

RenderEdgeFunction

Custom React component for graph DependencyGraphTypes.DependencyEdge

RenderEdgeProps

Properties of DependencyGraphTypes.RenderEdgeFunction for DependencyGraphTypes.DependencyEdge

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