onSendSignals property
final
Callback when the user wants to send selected signals to other viewers.
Receives a list of fully-qualified signal paths
(e.g. "top/adder0/sum", "top/adder0/carry").
Implementation
final void Function(List<String> signalPaths)? onSendSignals;