@benportner/js_family_tree
    Preparing search index...

    Interface CoordLink

    Represents a link between two nodes in the layout.

    interface CoordLink {
        source: Coordinates;
        target: Coordinates;
    }
    Index

    Properties

    Properties

    source: Coordinates
    target: Coordinates