close_material_modal: Close a material modal programmatically.

Description Usage Arguments See Also Examples

View source: R/close-shiny-material-modal.R

Description

Close a material modal programmatically (server side).

Usage

1
close_material_modal(session, modal_id)

Arguments

session

The session object passed to function given to shinyServer.

modal_id

String. The ID of the modal to open.

See Also

open_material_modal

Examples

1
2
3
4
## Not run: 
close_material_modal(session, "example_modal")

## End(Not run)

ericrayanderson/shinymaterial documentation built on Oct. 9, 2020, 5:21 p.m.