findExternalTreeLinksConnected method

Iterator<Link> findExternalTreeLinksConnected()

Return a collection of Links that connect with this Node or any in its subtree, excluding any isTreeLink Links. For trees this is the analog of Group#findExternalLinksConnected for Groups. @return {Iterator.} @since 2.2

Implementation

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