Interface HierarchyRectangularLink<Datum>

interface HierarchyRectangularLink {
    source: HierarchyRectangularNode<Datum>;
    target: HierarchyRectangularNode<Datum>;
}

Type Parameters

  • Datum

Properties

Properties

The source of the link.

The target of the link.