includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
let myBinding = new Shiny.inputBinding(); $.extend(myBinding, { // methods go here }); Shiny.inputBindings.register( myBinding, 'PACKAGE_NAME.BINDING_NAME' );
Best practice is to name it following PACKAGE_NAME.BINDING_NAME, to avoid conflicts.