relinkableFrom property

bool relinkableFrom

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

The initial value is false.

Implementation

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

Implementation

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