canExpandTree method

bool canExpandTree([
  1. Node? node
])

This predicate controls whether the user can expand collapsed subtrees of Nodes.

This method may be overridden, but you should consider calling this base method in order to get all of its functionality. This method must not have any side-effects. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {Node=} node if supplied, ignore the selection and consider expanding this particular Node. @return {boolean} @see #expandTree

Implementation

_i2.bool canExpandTree([_i3.Node? node]) => _i4.callMethod(
      this,
      'canExpandTree',
      [node ?? _i5.undefined],
    );