reverseEdge method

void reverseEdge(
  1. LayoutEdge edge
)

Reverses the direction of a LayoutEdge in the network. @param {LayoutEdge} edge

Implementation

void reverseEdge(_i3.LayoutEdge edge) {
  _i4.callMethod(
    this,
    'reverseEdge',
    [edge],
  );
}