originalLink property

Link? get originalLink

Gets or sets the original Link being reconnected by the RelinkingTool. Setting this property does not raise any events.

Implementation

_i3.Link? get originalLink => _i4.getProperty(
      this,
      'originalLink',
    );
set originalLink (Link? value)

Implementation

set originalLink(_i3.Link? value) {
  _i4.setProperty(
    this,
    'originalLink',
    value ?? _i5.undefined,
  );
}