g3-toolkit API Reference
    Preparing search index...

    Interface LayoutOptions

    interface LayoutOptions {
        animate: boolean;
        animationDuration: number;
        direction: "TB" | "LR" | "BT" | "RL";
        edgeLength: number;
        edgeStyle: "taxi" | "straight" | "bezier";
        gravity: number;
        nodeRepulsion: number;
        nodeSeparation: number;
        rankSeparation: number;
        spacing: number;
    }
    Index

    Properties

    animate: boolean
    animationDuration: number
    direction: "TB" | "LR" | "BT" | "RL"
    edgeLength: number
    edgeStyle: "taxi" | "straight" | "bezier"
    gravity: number
    nodeRepulsion: number
    nodeSeparation: number
    rankSeparation: number
    spacing: number