Update docs to follow the 'link first instance' standard
This commit is contained in:
parent
03979936f3
commit
b859afc118
4 changed files with 20 additions and 52 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue