findEdge method
Returns the LayoutEdge that was constructed for the Link. @param {Link} link @return {LayoutEdge} an edge in this network, or null if no such edge exists.
Implementation
_i3.LayoutEdge? findEdge(_i3.Link link) => _i4.callMethod(
this,
'findEdge',
[link],
);