updateAdornments method
Show an Adornment with reshape handles at each of the interesting points of the link's route, if the link is selected and visible and if Part#canReshape is true.
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 @param {Part} part
Implementation
void updateAdornments(_i3.Part part) {
  _i4.callMethod(
    this,
    'updateAdornments',
    [part],
  );
}