SGraphLayoutType.d.ts 168 B

12345678910
  1. export declare enum SGraphLayoutType {
  2. Vertical = 0,
  3. Horizontal = 1,
  4. Left = 2,
  5. Right = 3,
  6. Top = 4,
  7. Bottom = 5,
  8. Center = 6,
  9. Middle = 7
  10. }