temporaryConnection property
Observable temporary connection being created.
Non-null when the user is dragging from a port to create a connection.
Implementation
final Observable<TemporaryConnection?> temporaryConnection =
Observable<TemporaryConnection?>(null);