mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: "icon" option of dialog.showMessageBox
This commit is contained in:
@@ -76,6 +76,7 @@ would be passed via `callback(filename)`
|
||||
* `title` String - Title of the message box, some platforms will not show it
|
||||
* `message` String - Content of the message box
|
||||
* `detail` String - Extra information of the message
|
||||
* `icon` [Image](image.md)
|
||||
* `callback` Function
|
||||
|
||||
Shows a message box, it will block until the message box is closed. It returns
|
||||
|
||||
Reference in New Issue
Block a user