allowRelink property

bool allowRelink

Gets or sets whether the user may reconnect existing links. The initial value is true.

Implementation

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

Implementation

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