Skip to main content

DependencyGraphTypes

Home > @backstage/core-components > DependencyGraphTypes

Types for the DependencyGraph() component.

Signature:

namespace DependencyGraphTypes 

Enumerations

EnumerationDescription
AlignmentNode alignment
DirectionGraph direction
LabelPositionPosition of label in relation to the edge
RankerAlgorithm used to rand nodes in graph

Type Aliases

Type AliasDescription
DependencyEdgeEdge of DependencyGraph()
DependencyNodeNode of DependencyGraph()
RenderLabelFunctionCustom React component for edge labels
RenderLabelPropsProperties of DependencyGraphTypes.RenderLabelFunction for DependencyGraphTypes.DependencyEdge
RenderNodeFunctionCustom React component for graph DependencyGraphTypes.DependencyNode
RenderNodePropsProperties of DependencyGraphTypes.RenderNodeFunction for DependencyGraphTypes.DependencyNode