incomingSignalPaths property

ValueNotifier<List<String>?>? incomingSignalPaths
final

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

When the value changes, matching wires are added to the multi-selection.

Implementation

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