Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TheiaBrowserWindowOptions

Theia tracks the maximized state of Electron Browser Windows.

Hierarchy

  • BrowserWindowConstructorOptions
    • TheiaBrowserWindowOptions

Index

Properties

isFullScreen?: boolean
isMaximized?: boolean
screenLayout?: string

Represents the complete screen layout for all available displays. This field is used to determine if the layout was updated since the electron window was last opened, in which case we want to invalidate the stored options and use the default options instead.