Shiny Language Reference

Language Reference > Handler Reference


PostDisplayConfig

 

 

Called after the plugin configuration window has been closed

This handler is called after the user has closed the plugin configuration dialog with either OK or Cancel. This handler is provided as a guaranteed entrypoint that will be called regardless of how the user closes the config dialog. If you want to perform actions based on whether OK or Cancel is selected, use the DisplayConfigOK and DisplayConfigCancel handlers.

The handler call order is as follows:

PreDisplayConfig -> DisplayConfigOK or DisplayConfigCancel -> PostDisplayConfig

 

Parameters

None