jakubnowicki
3/4/2020 - 8:18 AM

Shiny - JS communication

session$sendCustomMessage(type, message)
Shiny.addCustomMessageHandler(type, function(message) {...});
Shiny.setInputValue(id, value, {priority: "event"});