DependencyGraphTypes.Direction
Home > @backstage/core-components
> DependencyGraphTypes
> Direction
Graph direction
Signature:
enum Direction
Enumeration Members
Member |
Value |
Description |
---|---|---|
BOTTOM_TOP |
|
Bottom to Top |
LEFT_RIGHT |
|
Left to Right |
RIGHT_LEFT |
|
Right to Left |
TOP_BOTTOM |
|
Top to Bottom |