computeAdjusting method

EnumValue computeAdjusting()

Returns the #adjusting value, unless this Link's Diagram is animating and the routing is AvoidsNodes -- then it will return Link.End|End

This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method.

@expose @return {EnumValue} @since 2.1 @see #adjusting

Implementation

_i3.EnumValue computeAdjusting() => _i4.callMethod(
      this,
      'computeAdjusting',
      [],
    );