findExternalLinksConnected method

Iterator<Link> findExternalLinksConnected()

Returns an iterator over all of the Links that connect with this group or any node contained by this group, in either direction, but that are not internal to this group.

Links that are contained by this group (even in nested groups) are not included in the result collection. @return {Iterator.} @see Node#findLinksConnected @since 1.3

Implementation

_i3.Iterator<_i3.Link> findExternalLinksConnected() => _i4.callMethod(
      this,
      'findExternalLinksConnected',
      [],
    );