@benportner/js_family_tree
    Preparing search index...

    Interface LayoutResult

    interface LayoutResult {
        links: LayoutedLink[];
        nodes: LayoutedNode[];
        orientation: Orientation;
    }
    Index

    Properties

    links: LayoutedLink[]
    nodes: LayoutedNode[]
    orientation: Orientation