canExpandSubGraph method
This predicate controls whether the user can expand collapsed Groups.
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 {Group=} group if supplied, ignore the selection and consider expanding this particular Group. @return {boolean} @see #expandSubGraph
Implementation
_i2.bool canExpandSubGraph([_i3.Group? group]) => _i4.callMethod(
this,
'canExpandSubGraph',
[group ?? _i5.undefined],
);