docs: app.dock could be undefined (#20609)

This commit is contained in:
Julio 2019-11-27 14:23:13 +01:00 committed by Cheng Zhao
parent 5f365858c9
commit 96c4c48268

View file

@ -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_