We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb9e93 commit 5656714Copy full SHA for 5656714
docs/api/dialog.md
@@ -76,6 +76,7 @@ would be passed via `callback(filename)`
76
* `title` String - Title of the message box, some platforms will not show it
77
* `message` String - Content of the message box
78
* `detail` String - Extra information of the message
79
+ * `icon` [Image](image.md)
80
* `callback` Function
81
82
Shows a message box, it will block until the message box is closed. It returns
0 commit comments