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

send/change reactive objects into running shiny app from side thread to `module2app() #8

Open
maxheld83 opened this issue Jul 8, 2024 · 1 comment

Comments

@maxheld83
Copy link
Contributor

specifically into the reactive inputs to modules, which aren't changed by anything/anyone else in testing inside module2app().

Note to self: I thought about adding UI to change these inputs at some point, but that would quickly get out of hand, because these inputs can be arbitrary and complex.

However, having a reactive domain (or whatever?) into which you can send this from the console would be very helpful for testing.

@maxheld83
Copy link
Contributor Author

maybe a plumber endpoint or something which listens for inputs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant