mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: fix types of app.dock (#46073)
This commit is contained in:
@@ -1559,8 +1559,8 @@ command line arguments that Chromium uses.
|
|||||||
|
|
||||||
### `app.dock` _macOS_ _Readonly_
|
### `app.dock` _macOS_ _Readonly_
|
||||||
|
|
||||||
A [`Dock`](./dock.md) `| undefined` object that allows you to perform actions on your app icon in the user's
|
A `Dock | undefined` property ([`Dock`](./dock.md) on macOS, `undefined` on all other
|
||||||
dock on macOS.
|
platforms) that allows you to perform actions on your app icon in the user's dock.
|
||||||
|
|
||||||
### `app.isPackaged` _Readonly_
|
### `app.isPackaged` _Readonly_
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user