arrangeBundledLinks method

void arrangeBundledLinks(
  1. Array<Link> links,
  2. bool reroute
)

(undocumented) Sort the Links between two ports and invalidate their routes. Only one of the Links in the bundle will get this method called -- it is undetermined which Link is chosen.

By default does not change the order of the links, but does invalidate all routes if REROUTE is true. This method must not add Links to or remove Links from the argument Array, but may re-order the Links in the Array. @expose @param {Array.} links @param {boolean} reroute

Implementation

void arrangeBundledLinks(
  _i7.Array<_i3.Link> links,
  _i2.bool reroute,
) {
  _i4.callMethod(
    this,
    'arrangeBundledLinks',
    [
      links,
      reroute,
    ],
  );
}