docs: Update tray docs with drop and drag-end events
This commit is contained in:
parent
d1e8e71e3f
commit
ed179ecf03
1 changed files with 8 additions and 0 deletions
|
@ -112,6 +112,10 @@ Emitted when the tray balloon is clicked.
|
||||||
Emitted when the tray balloon is closed because of timeout or user manually
|
Emitted when the tray balloon is closed because of timeout or user manually
|
||||||
closes it.
|
closes it.
|
||||||
|
|
||||||
|
### Event: 'drop' _OS X_
|
||||||
|
|
||||||
|
Emitted when any dragged items are dropped on the tray icon.
|
||||||
|
|
||||||
### Event: 'drop-files' _OS X_
|
### Event: 'drop-files' _OS X_
|
||||||
|
|
||||||
* `event`
|
* `event`
|
||||||
|
@ -127,6 +131,10 @@ Emitted when a drag operation enters the tray icon.
|
||||||
|
|
||||||
Emitted when a drag operation exits the tray icon.
|
Emitted when a drag operation exits the tray icon.
|
||||||
|
|
||||||
|
### Event: 'drag-end' _OS X_
|
||||||
|
|
||||||
|
Emitted when a drag operation ends on the tray or ends at another location.
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
The `Tray` module has the following methods:
|
The `Tray` module has the following methods:
|
||||||
|
|
Loading…
Reference in a new issue