You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently type visualizers are associated with either data types or operator types. Operator-type specific visualizers are automatically propagated through subject nodes, disabled nodes or empty group nodes, but not within any other reactive operators.
This proposal is to extend this implicit propagation specifically to Sink group nodes. Sink nodes implicitly create an internal subject to allow their nested logic to be handled without changing the original sequence. Implicit propagation of visualizer assignments through Sink nodes would allow for example simple transformation of GUI element notifications before multicasting the data through subjects elsewhere in the workflow.
The text was updated successfully, but these errors were encountered:
Currently type visualizers are associated with either data types or operator types. Operator-type specific visualizers are automatically propagated through subject nodes, disabled nodes or empty group nodes, but not within any other reactive operators.
This proposal is to extend this implicit propagation specifically to
Sink
group nodes.Sink
nodes implicitly create an internal subject to allow their nested logic to be handled without changing the original sequence. Implicit propagation of visualizer assignments throughSink
nodes would allow for example simple transformation of GUI element notifications before multicasting the data through subjects elsewhere in the workflow.The text was updated successfully, but these errors were encountered: