incomingSignalPaths property

  1. @protected
ValueNotifier<List<String>?>? get incomingSignalPaths

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;