Member Junction
    Preparing search index...

    Layout configuration for flowcharts

    interface FlowLayout {
        direction?: "TB" | "LR" | "RL" | "BT";
        nodeSep?: number;
        rankSep?: number;
    }
    Index

    Properties

    direction?: "TB" | "LR" | "RL" | "BT"

    Layout direction

    nodeSep?: number

    Horizontal spacing between nodes

    rankSep?: number

    Vertical spacing between ranks