connectionSourceNodeId property

String? get connectionSourceNodeId

Gets the source node ID of the temporary connection.

Returns null if no connection is being created.

Implementation

String? get connectionSourceNodeId => temporaryConnection.value?.sourceNodeId;