mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: app.dock could be undefined (#20609)
This commit is contained in:
@@ -1303,7 +1303,7 @@ command line arguments that Chromium uses.
|
||||
|
||||
### `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.
|
||||
|
||||
### `app.isPackaged` _Readonly_
|
||||
|
||||
Reference in New Issue
Block a user