addLinkDataCollection method

void addLinkDataCollection(
  1. Object coll
)

Add to this model all of the link data held in an Array or in an Iterable of link data objects. @param {Iterable.

Implementation

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