Updates inputs created with the help of InputAdapter function (part of the JavaScript
interface). Analogous to shiny::updateX() family of functions, but generic.
updateReactInput(session = shiny::getDefaultReactiveDomain(), inputId, ...)Nothing. This function is called for its side effects.
Session object passed to function given to shinyServer.
Id of the input object.
Props to modify.
If you're creating a wrapper package for a 'React' library, you'll probably want to provide a dedicated update function for each input to imitate 'Shiny' interface.