-
Notifications
You must be signed in to change notification settings - Fork 632
Considerations for event_register with shiny modules #2416
Unanswered
john-harrold
asked this question in
Q&A
-
I'm looking to include a plotly element in a shiny module and I want to react to it. The way I'm doing that is using the event_register
function. The event register seems like a UI ID. Is there any kind of best practices when using plotly/event_register in a shiny module to prevent namespace issues? Like should I reference it using NS: NS("mod_id", "my_plot")
?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment