allowDelete property

bool allowDelete

Gets or sets whether the user may delete objects in this layer. The initial value is true.

Implementation

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

Implementation

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