keronmeme.blogg.se

Electron api capture page
Electron api capture page











electron api capture page
  1. #Electron api capture page full
  2. #Electron api capture page windows

If the HTML tag is defined in the HTML file loaded by loadURL(), this property will be ignored.

  • title string (optional) - Default window title.
  • kiosk boolean (optional) - Whether the window is in kiosk mode.
  • #Electron api capture page windows

    skipTaskbar boolean (optional) macOS Windows - Whether to show the window in taskbar.simpleFullscreen boolean (optional) macOS - Use pre-Lion fullscreen on.

    #Electron api capture page full

    On macOS, also whether the maximize/zoom button should toggle full

  • fullscreenable boolean (optional) - Whether the window can be put into fullscreen.
  • WhenĮxplicitly set to false the fullscreen button will be hidden or disabled
  • fullscreen boolean (optional) - Whether the window should show in fullscreen.
  • alwaysOnTop boolean (optional) - Whether the window should always stay on top of.
  • Stop interacting with wm, so the window will always stay on top in all On Linux setting focusable: false makes the window On Windows setting focusable: false also implies setting
  • focusable boolean (optional) - Whether the window can be focused.
  • closable boolean (optional) macOS Windows - Whether window isĬlosable.
  • maximizable boolean (optional) macOS Windows - Whether window is.
  • minimizable boolean (optional) macOS Windows - Whether window is.
  • movable boolean (optional) macOS Windows - Whether window is.
  • resizable boolean (optional) - Whether window is resizable.
  • maxHeight Integer (optional) - Window's maximum height.
  • maxWidth Integer (optional) - Window's maximum width.
  • minHeight Integer (optional) - Window's minimum height.
  • minWidth Integer (optional) - Window's minimum width.
  • center boolean (optional) - Show window in the center of the screen.
  • Page's size, which means the actual window's size will include windowįrame's size and be slightly larger.
  • useContentSize boolean (optional) - The width and height would be used as web.
  • y Integer (optional) - ( required if x is used) Window's top offset from screen.
  • x Integer (optional) - ( required if y is used) Window's left offset from screen.
  • height Integer (optional) - Window's height in pixels.
  • width Integer (optional) - Window's width in pixels.
  • It creates a new BrowserWindow with native properties as set by the options.
  • On Linux many desktop environments do not support hiding a modal window.
  • On Linux the type of modal windows will be changed to dialog.
  • When parent window moves, while on Windows and Linux child windows will not
  • On macOS the child windows will keep the relative position to parent window.
  • On macOS modal windows will be displayed as sheets attached to the parent window.
  • electron api capture page

    State is hidden in order to minimize power consumption. It is recommended that you pause expensive operations when the visibility Visible even if the window is minimized, occluded, or hidden.

  • If backgroundThrottling is disabled, the visibility state will remain.
  • State will be visible despite the window actually being hidden.
  • If a BrowserWindow is created with show: false, the initial visibility.
  • Visibility state will be hidden only when the window is minimized or Window, the visibility state will be hidden.
  • Additionally, on macOS, the visibility state also tracks the window.
  • On all platforms, the visibility state tracks whether the window is.
  • The Page Visibility API works as follows:













    Electron api capture page