temporaryFromNode property

Node get temporaryFromNode

Gets or sets the temporary Node at the "from" 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 temporaryFromNode => _i4.getProperty(
      this,
      'temporaryFromNode',
    );
set temporaryFromNode (Node value)

Implementation

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