DependencyGraphTypes.LabelPosition
Home > @backstage/core-components > DependencyGraphTypes > LabelPosition
Position of label in relation to the edge
Signature:
LabelPosition: {
readonly LEFT: "l";
readonly RIGHT: "r";
readonly CENTER: "c";
}