selectedWireScopePaths property

Map<String, String?> selectedWireScopePaths
final

Map from selected wire ID to its scope hierarchy path. Used to disambiguate identically-named wires in multi-instance blocks.

Implementation

final Map<String, String?> selectedWireScopePaths;