Optional
isOptional
isOptional
preventBy default, the window will be shown as soon as the content is ready to render.
This can be prevented by handing over preventAutomaticShow: true
.
Use this for fine-grained control over when to show the window, e.g. to coordinate with a splash screen.
Optional
screenRepresents 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.
Theia tracks the maximized state of Electron Browser Windows.