diff --git a/plugins/dialog/dialogDefinition.js b/plugins/dialog/dialogDefinition.js index 1756992ffb1..8c3ff33ff81 100644 --- a/plugins/dialog/dialogDefinition.js +++ b/plugins/dialog/dialogDefinition.js @@ -128,6 +128,12 @@ * @property {Function} onShow */ +/** + * The function to execute when the dialog is hidden (executed every time the dialog is closed). + * + * @property {Function} onHide + */ + /** * This class is not really part of the API. It just illustrates the properties * that developers can use to define and create dialog content pages.