onSendSignals property

  1. @protected
void Function(List<String> signalPaths)? get onSendSignals

Optional callback to send selected signals to other viewers.

Override in subclass (e.g., EmbeddedSchematicViewer) to forward signal paths to the parent application's cross-probe bus.

Implementation

@protected
void Function(List<String> signalPaths)? get onSendSignals => null;