includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
Note: If you need to set the input even when the value did not change you need to specify a priority option.
Shiny.setInputValue('myinput', value, {priority: 'event'});