This displays a hidden Semantic UI modal.
show_modal(id, session = shiny::getDefaultReactiveDomain())remove_modal(id, session = shiny::getDefaultReactiveDomain())
remove_all_modals(session = shiny::getDefaultReactiveDomain())
removeModal(session = shiny::getDefaultReactiveDomain())
hide_modal(id, session = shiny::getDefaultReactiveDomain())
ID of the modal that will be displayed.
The session
object passed to function given to
shinyServer
.
modal