2019-03-19 10:31:45 -07: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
* `BrowserWindow`
* `fullscreen`
* `simpleFullscreen`
* `alwaysOnTop`
* `title`
* `documentEdited`
* `hasShadow`
* `menubarVisible`
* `visibleOnAllWorkspaces`
* `crashReporter` module
* `uploadToServer`
* `webFrame` modules
* `zoomFactor`
* `zoomLevel`
* `audioMuted`
* `<webview>`
* `zoomFactor`
* `zoomLevel`
* `audioMuted`
## Converted Properties
2019-04-04 19:49:04 -07:00
* `app` module
* `accessibilitySupport`
* `applicationMenu`
2019-04-25 15:44:54 -07:00
* `badgeCount`
2019-04-30 13:55:33 -07:00
* `name`
2019-06-20 10:04:57 -07:00
* `DownloadItem` class
* `savePath`
2019-06-03 09:09:47 -07:00
* `BrowserWindow` module
* `autohideMenuBar`
2019-06-04 22:44:16 -07:00
* `resizable`
* `maximizable`
* `minimizable`
* `fullscreenable`
* `movable`
* `closable`
2019-05-07 06:52:07 -07:00
* `NativeImage`
* `isMacTemplateImage`
2019-05-30 17:12:46 -07:00
* `SystemPreferences` module
* `appLevelAppearance`
2019-07-03 08:57:10 -07:00
* `webContents` module
* `audioMuted`
* `frameRate`
* `userAgent`
* `zoomFactor`
* `zoomLevel`