mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
document missing method parameters
This commit is contained in:
@@ -119,6 +119,9 @@ will be passed via `callback(response)`.
|
||||
|
||||
### `dialog.showErrorBox(title, content)`
|
||||
|
||||
* `title` String - The title to display in the error box
|
||||
* `content` String - The text content to display in the error box
|
||||
|
||||
Displays a modal dialog that shows an error message.
|
||||
|
||||
This API can be called safely before the `ready` event the `app` module emits,
|
||||
|
||||
Reference in New Issue
Block a user