Member Junction
Preparing search index...
@memberjunction/ng-entity-relationship-diagram
ERDLayoutAlgorithm
Type Alias ERDLayoutAlgorithm
ERDLayoutAlgorithm
:
|
"schema-grid"
|
"force"
|
"dagre"
|
"horizontal"
|
"vertical"
|
"radial"
Layout algorithm options for the ERD diagram.
'schema-grid': Schema-grouped rectangular bands with grid-tiled nodes (default, clean, predictable)
'force': Legacy D3 force-directed layout (dynamic, animated) — retained for compat
'dagre': Legacy Dagre hierarchical layout with orthogonal edges — retained for compat
'horizontal': Left-to-right hierarchical layout using Dagre — retained for compat
'vertical': Top-to-bottom hierarchical layout using Dagre — retained for compat
'radial': Radial layout (not yet implemented)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
Layout algorithm options for the ERD diagram.