docs: app.dock could be undefined
(#20609)
This commit is contained in:
parent
5f365858c9
commit
96c4c48268
1 changed files with 1 additions and 1 deletions
|
@ -1303,7 +1303,7 @@ command line arguments that Chromium uses.
|
||||||
|
|
||||||
### `app.dock` _macOS_ _Readonly_
|
### `app.dock` _macOS_ _Readonly_
|
||||||
|
|
||||||
A [`Dock`](./dock.md) object that allows you to perform actions on your app icon in the user's
|
A [`Dock`](./dock.md) `| undefined` object that allows you to perform actions on your app icon in the user's
|
||||||
dock on macOS.
|
dock on macOS.
|
||||||
|
|
||||||
### `app.isPackaged` _Readonly_
|
### `app.isPackaged` _Readonly_
|
||||||
|
|
Loading…
Reference in a new issue