removeNodeDataCollection method

void removeNodeDataCollection(
  1. Object coll
)

Remove from this model all of the node data held in an Array or in an Iterable of node data objects. @param {Iterable.

Implementation

void removeNodeDataCollection(_i2.Object coll) {
  _i4.callMethod(
    this,
    'removeNodeDataCollection',
    [coll],
  );
}