Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Partial

Index

Properties

Optional Readonly disallowReloadKeybinding

disallowReloadKeybinding: boolean

If set to true, reloading the current browser window won't be possible with the Ctrl/Cmd + R keybinding.

Has no effect if not in an electron environment.

Defaults to false.

Optional Readonly windowOptions

windowOptions: BrowserWindowConstructorOptions

Override or add properties to the electron windowOptions.

Defaults to {}.