originalToNode property
Node?
get
originalToNode
Gets or sets the original Node to which the new link is being drawn or to which the #originalLink was connected when being relinked. Setting this property does not raise any events.
Implementation
_i3.Node? get originalToNode => _i4.getProperty(
this,
'originalToNode',
);
set
originalToNode
(Node? value)
Implementation
set originalToNode(_i3.Node? value) {
_i4.setProperty(
this,
'originalToNode',
value ?? _i5.undefined,
);
}