mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Update docs to follow the 'link first instance' standard
This commit is contained in:
committed by
Zeke Sikelianos
parent
03979936f3
commit
b859afc118
@@ -70,7 +70,7 @@ The `Tray` module emits the following events:
|
||||
* `shiftKey` Boolean
|
||||
* `ctrlKey` Boolean
|
||||
* `metaKey` Boolean
|
||||
* `bounds` Bounds - The [Bounds](structures/bounds.md) of tray icon
|
||||
* `bounds` [Bounds](structures/bounds.md) - The bounds of tray icon
|
||||
|
||||
Emitted when the tray icon is clicked.
|
||||
|
||||
@@ -81,7 +81,7 @@ Emitted when the tray icon is clicked.
|
||||
* `shiftKey` Boolean
|
||||
* `ctrlKey` Boolean
|
||||
* `metaKey` Boolean
|
||||
* `bounds` Bounds - The [Bounds](structures/bounds.md) of tray icon
|
||||
* `bounds` [Bounds](structures/bounds.md) - The bounds of tray icon
|
||||
|
||||
Emitted when the tray icon is right clicked.
|
||||
|
||||
@@ -92,7 +92,7 @@ Emitted when the tray icon is right clicked.
|
||||
* `shiftKey` Boolean
|
||||
* `ctrlKey` Boolean
|
||||
* `metaKey` Boolean
|
||||
* `bounds` Bounds - The [Bounds](structures/bounds.md) of tray icon
|
||||
* `bounds` [Bounds](structures/bounds.md) - The bounds of tray icon
|
||||
|
||||
Emitted when the tray icon is double clicked.
|
||||
|
||||
@@ -231,7 +231,7 @@ Sets the context menu for this icon.
|
||||
|
||||
#### `tray.getBounds()` _macOS_ _Windows_
|
||||
|
||||
Returns `Bounds` - A [Bounds](structures/bounds.md) object
|
||||
Returns [`Bounds`](structures/bounds.md)
|
||||
|
||||
The `bounds` of this tray icon as `Object`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user