Member Junction
    Preparing search index...
    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)