allowDelete property

bool get allowDelete

Gets or sets whether the user may delete objects from the Diagram. The initial value is true.

Implementation

_i2.bool get allowDelete => _i4.getProperty(
      this,
      'allowDelete',
    );
set allowDelete (bool value)

Implementation

set allowDelete(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowDelete',
    value,
  );
}