DependencyGraphTypes.Alignment
Home > @backstage/core-components > DependencyGraphTypes > Alignment
Node alignment
Signature:
Alignment: {
readonly UP_LEFT: "UL";
readonly UP_RIGHT: "UR";
readonly DOWN_LEFT: "DL";
readonly DOWN_RIGHT: "DR";
}