isEnabled property

bool isEnabled

Gets or sets whether the user may interact with the Diagram.

Implementation

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

Implementation

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