event_register {plotly} | R Documentation |
Register a shiny input value
event_register(p, event = NULL)
p |
a plotly object. |
event |
The type of plotly event. All supported events are listed in the function signature above (i.e., the usage section). |
Carson Sievert