temporaryFromPort property

GraphObject get temporaryFromPort

Gets or sets the GraphObject that is the port 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.GraphObject get temporaryFromPort => _i4.getProperty(
      this,
      'temporaryFromPort',
    );
set temporaryFromPort (GraphObject value)

Implementation

set temporaryFromPort(_i3.GraphObject value) {
  _i4.setProperty(
    this,
    'temporaryFromPort',
    value,
  );
}