delaysLayout property

bool get delaysLayout

(undocumented) When set to true Diagram layouts will not get invalidated. Used by some tools stop real-time layouts from occuring during their operation.

Implementation

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

Implementation

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