allowInsert property
bool
get
allowInsert
Gets or sets whether the user may add parts to the Diagram. The initial value is true.
Implementation
_i2.bool get allowInsert => _i4.getProperty(
this,
'allowInsert',
);
set
allowInsert
(bool value)
Implementation
set allowInsert(_i2.bool value) {
_i4.setProperty(
this,
'allowInsert',
value,
);
}