signalNameForPort property
final
Callback to look up the signal name connected to an exterior port.
Given the owning instance ID and port ID, returns the hyperedge (signal) name from the parent scope, or null if unknown.
Implementation
final String? Function(String nodeId, String portId)? signalNameForPort;