electron/docs/api/modernization/property-updates.md
Shelley Vohr 8d83518f9a
refactor: make name a prop on app (#17701)
Update app.name to be a property on app.
2019-04-30 13:55:33 -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
  • NativeImage
    • templateImage
  • Session module
    • preloads
  • SystemPreferences module
    • appLevelAppearance
  • webContents module
    • zoomFactor
    • zoomLevel
    • audioMuted
    • userAgent
    • frameRate
  • webFrame modules
    • zoomFactor
    • zoomLevel
    • audioMuted
  • <webview>
    • zoomFactor
    • zoomLevel
    • audioMuted

Converted Properties

  • app module
    • accessibilitySupport
    • applicationMenu
    • badgeCount
    • name