allowLink property
bool
get
allowLink
Gets or sets whether the user may draw new links. The initial value is true.
Implementation
_i2.bool get allowLink => _i4.getProperty(
this,
'allowLink',
);
set
allowLink
(bool value)
Implementation
set allowLink(_i2.bool value) {
_i4.setProperty(
this,
'allowLink',
value,
);
}