electron/docs/api/modernization/property-updates.md
Shelley Vohr 1e3e5a6619
refactor: set appLevelAppearance prop on systemPreferences (#18477)
* refactor: set appLevelAppearance prop on systemPreferences

* ensure backwards compat is tested
2019-05-30 17:12:46 -07:00

1.3 KiB

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
    • autohideMenuBar
    • 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

  • app module
    • accessibilitySupport
    • applicationMenu
    • badgeCount
    • name
  • NativeImage
    • isMacTemplateImage
  • SystemPreferences module
    • appLevelAppearance