onConnectStart property
Called when starting to create a connection from a port Useful for showing UI hints or validation messages
Implementation
final void Function(String nodeId, String portId, bool isOutput)?
onConnectStart;
Called when starting to create a connection from a port Useful for showing UI hints or validation messages
final void Function(String nodeId, String portId, bool isOutput)?
onConnectStart;