updateAdornments method

void updateAdornments()

This is responsible for creating any selection Adornment (if this Part #isSelected) and any tool adornments for this part. @expose

Implementation

void updateAdornments() {
  _i4.callMethod(
    this,
    'updateAdornments',
    [],
  );
}