temporaryToNode property

Node get temporaryToNode

Gets or sets the temporary Node at the "to" end of the #temporaryLink while the user is drawing or reconnecting a link. Setting this property does not raise any events.

Implementation

_i3.Node get temporaryToNode => _i4.getProperty(
      this,
      'temporaryToNode',
    );
set temporaryToNode (Node value)

Implementation

set temporaryToNode(_i3.Node value) {
  _i4.setProperty(
    this,
    'temporaryToNode',
    value,
  );
}