temporaryToPort property

GraphObject get temporaryToPort

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

Implementation

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