modal-operations {shinyGizmo} | R Documentation |
Show and hide modal from the application server
Description
Show and hide modal from the application server
Usage
hideModalUI(modalId, session = shiny::getDefaultReactiveDomain())
showModalUI(modalId, session = shiny::getDefaultReactiveDomain())
Arguments
modalId |
Id of the modal to show/hide. |
session |
Shiny session object. |
Value
No return value, used for side effect.
[Package shinyGizmo version 0.4.2 Index]