makeAdornment method

Adornment? makeAdornment(
  1. GraphObject selelt,
  2. bool toend
)

(undocumented) Create and return an Adornment that lets the user grab a handle to reconnect one end of the selected link.

This method may be overridden, but we recommend that you call this base method. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {GraphObject} selelt the GraphObject of the Link being relinked. @param {boolean} toend @return {Adornment}

Implementation

_i3.Adornment? makeAdornment(
  _i3.GraphObject selelt,
  _i2.bool toend,
) =>
    _i4.callMethod(
      this,
      'makeAdornment',
      [
        selelt,
        toend,
      ],
    );