Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow visualizer assignment to propagate through Sink group nodes #1742

Closed
glopesdev opened this issue Apr 15, 2024 · 0 comments · Fixed by #1751
Closed

Allow visualizer assignment to propagate through Sink group nodes #1742

glopesdev opened this issue Apr 15, 2024 · 0 comments · Fixed by #1751
Labels
proposal Request for a new feature
Milestone

Comments

@glopesdev
Copy link
Member

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.

@glopesdev glopesdev added the proposal Request for a new feature label Apr 15, 2024
@glopesdev glopesdev added this to the 2.8.3 milestone Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant