2019-03-19 17:31:45 +00:00
## Property Updates
The Electron team is currently undergoing an initiative to convert separate getter and setter functions in Electron to bespoke properties with `get` and `set` functionality. During this transition period, both the new properties and old getters and setters of these functions will work correctly and be documented.
## Candidates
* `app` module
* `dock`
* `badge`
* `autoUpdater` module
* `feedUrl`
* `BrowserWindow`
* `fullscreen`
* `simpleFullscreen`
* `movable`
* `resizable`
* `maximizable`
* `minimizable`
* `fullscreenable`
* `closable`
* `alwaysOnTop`
* `title`
* `documentEdited`
* `hasShadow`
* `menubarVisible`
* `visibleOnAllWorkspaces`
* `crashReporter` module
* `uploadToServer`
* `DownloadItem` class
* `savePath`
* `paused`
* `Session` module
* `preloads`
* `webContents` module
* `zoomFactor`
* `zoomLevel`
* `audioMuted`
* `userAgent`
* `frameRate`
* `webFrame` modules
* `zoomFactor`
* `zoomLevel`
* `audioMuted`
* `<webview>`
* `zoomFactor`
* `zoomLevel`
* `audioMuted`
## Converted Properties
2019-04-05 02:49:04 +00:00
* `app` module
* `accessibilitySupport`
* `applicationMenu`
2019-04-25 22:44:54 +00:00
* `badgeCount`
2019-04-30 20:55:33 +00:00
* `name`
2019-06-03 16:09:47 +00:00
* `BrowserWindow` module
* `autohideMenuBar`
2019-05-07 13:52:07 +00:00
* `NativeImage`
* `isMacTemplateImage`
2019-05-31 00:12:46 +00:00
* `SystemPreferences` module
* `appLevelAppearance`