Invoke from within config_server function to close the configuration dialog. Most extensions should not need to call this, as shinytableau will automatically call it when the configuration dialog's OK or Cancel buttons are pressed.

tableau_close_dialog(payload = "", session = shiny::getDefaultReactiveDomain())

Arguments

payload

Not currently used by shinytableau.

session

The Shiny session object. (You should probably just use the default.)