mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update docs/api/notification.md
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
@@ -112,7 +112,7 @@ app.whenReady().then(() => {
|
||||
Returns:
|
||||
|
||||
* `details` Event\<\>
|
||||
* `reason` _Windows_ string (optional) - The reason the notification was closed. This can be one of 'userCanceled', 'applicationHidden', or 'timedOut'.
|
||||
* `reason` _Windows_ string (optional) - The reason the notification was closed. This can be 'userCanceled', 'applicationHidden', or 'timedOut'.
|
||||
|
||||
Emitted when the notification is closed by manual intervention from the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user