relinkableTo property

bool relinkableTo

Gets or sets whether the user may reconnect an existing link at the "to" end. This affects the behavior of the RelinkingTool.

The initial value is false.

Implementation

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

Implementation

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