DependencyGraphTypes.Direction
Home > @backstage/core-components > DependencyGraphTypes > Direction
Graph direction
Signature:
Direction: {
readonly TOP_BOTTOM: "TB";
readonly BOTTOM_TOP: "BT";
readonly LEFT_RIGHT: "LR";
readonly RIGHT_LEFT: "RL";
}