isGroupForNodeData method

bool isGroupForNodeData(
  1. Object nodedata
)

See if the given node data should be represented as a group or as a simple node.

This value must not change as long as the node data is part of the model. At the current time there is no setIsGroupForNodeData method. @param {ObjectData} nodedata a JavaScript object represented by a node, group, or non-link. @return {boolean} @see #nodeIsGroupProperty

Implementation

_i2.bool isGroupForNodeData(_i2.Object nodedata) => _i4.callMethod(
      this,
      'isGroupForNodeData',
      [nodedata],
    );