allowLink property

bool allowLink

Gets or sets whether the user may draw new links in this layer. The initial value is true.

Implementation

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

Implementation

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