directDriverSignalPath property

String? Function(String nodeId, String portId)? directDriverSignalPath
final

Resolves the directly connected port driver for a selected wire.

Receives the wire name and its fully-qualified containing scope.

Implementation

final String? Function(String wireName, String scopePath)?
    directDriverSignalPath;