Shiny Language Reference

Language Reference > Handler Reference


DisplayConfigCancel

 

 

Called after the user clicks Cancel in the plugin configuration window

When the user Cancel's the plugin config dialog this handler is called. Cancelling the dialog causes any changes to be discarded, therefore all settings will be the same as they were in the PreDisplayConfig handler. This handler is provided for completeness and to allow tracking of the user's actions.

The handler call order is as follows:

PreDisplayConfig -> DisplayConfigOK or DisplayConfigCancel -> PostDisplayConfig

 

Parameters

None