@benportner/js_family_tree
    Preparing search index...

    Function augmentD3DAGNodeClass

    • Augments the prototype of a d3-dag GraphNode to add ClickableNode properties and methods. This enables interactive features such as expanding/collapsing nodes and partner/neighbor queries.

      Parameters

      • node: GraphNode

        A GraphNode instance (any instance will do)

      Returns void