findLinksConnected method
Returns an iterator over all of the Links that connect with this node in either direction, perhaps limited to the given port id on this node. @expose @param {string|null=} pid A port identifier string; if null the link's portId is ignored and all links are included in the search. @return {Iterator.}
Implementation
_i3.Iterator<_i3.Link> findLinksConnected([_i2.String? pid]) =>
_i4.callMethod(
this,
'findLinksConnected',
[pid ?? _i5.undefined],
);