incomingSignalPaths property
Notifier for incoming signal paths from other viewers (cross-probing).
Override in subclass to receive signal paths from the shared bus.
Implementation
@protected
ValueNotifier<List<String>?>? get incomingSignalPaths => null;