originalToPort property
GraphObject?
get
originalToPort
Gets or sets the GraphObject that is the port in the #originalToNode. Setting this property does not raise any events.
Implementation
_i3.GraphObject? get originalToPort => _i4.getProperty(
this,
'originalToPort',
);
set
originalToPort
(GraphObject? value)
Implementation
set originalToPort(_i3.GraphObject? value) {
_i4.setProperty(
this,
'originalToPort',
value ?? _i5.undefined,
);
}