findVisibleNode method

Node? findVisibleNode()

Starting with this node, walk up the chain of containingGroups to find a node that is visible. This can be overridden to find a tree-parent/ancestor if the reason that this node is not visible is because of a collapsed tree rather than a collapsed group. @expose @since 2.2 @return {Node}

Implementation

_i3.Node? findVisibleNode() => _i4.callMethod(
      this,
      'findVisibleNode',
      [],
    );