incomingSignalPaths property

ValueNotifier<List<String>?>? incomingSignalPaths
final

Notifier for incoming signal paths from other viewers (cross-probing).

When the value changes, the schematic viewer highlights the corresponding wires.

Implementation

final ValueNotifier<List<String>?>? incomingSignalPaths;