deleteSourceEdge method

void deleteSourceEdge(
  1. LayoutEdge edge
)

Deletes a LayoutEdge from the list of predecessors (the edge was coming into this vertex). Calling this method does not modify the LayoutEdge#toVertex of the LayoutEdge. @param {LayoutEdge} edge

Implementation

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