onConnectEnd property

void Function(Node<T>? targetNode, Port? targetPort)? onConnectEnd
final

Called when connection creation ends.

If targetNode and targetPort are non-null, a connection was successfully created to that target. If both are null, the connection was cancelled.

Implementation

final void Function(Node<T>? targetNode, Port? targetPort)? onConnectEnd;