rune-langium / visual-editor/src / LayoutOptions
Interface: LayoutOptions
Defined in: packages/visual-editor/src/types.ts:398
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
direction? | LayoutDirection | - | packages/visual-editor/src/types.ts:399 |
groupByInheritance? | boolean | Group nodes into inheritance trees and lay out each tree independently. | packages/visual-editor/src/types.ts:403 |
nodeSeparation? | number | - | packages/visual-editor/src/types.ts:400 |
rankSeparation? | number | - | packages/visual-editor/src/types.ts:401 |