We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73ac72 commit 096f13dCopy full SHA for 096f13d
1 file changed
src/dialogs/confirm.js
@@ -5,8 +5,8 @@ import restoreTheme from "lib/restoreTheme";
5
/**
6
* Confirm dialog box
7
* @param {string} titleText Title text
8
- * @param {string} message Alert message
9
- * @param {boolean} isHTML Whether the message is HTML
+ * @param {string} [message] Alert message
+ * @param {boolean} [isHTML] Whether the message is HTML
10
* @returns {Promise<boolean>}
11
*/
12
function confirm(titleText, message, isHTML) {
0 commit comments