Skip to main content

OverlayBrowserWindow

Electron APIs / Overlay / OverlayBrowserWindow

Active overlay window instance.

Wraps an Electron BrowserWindow with metadata and configuration specific to the overlay:

  • ID.
  • Name.
  • Display behavior.

Properties

PropertyModifierTypeDescription
idreadonlynumberID assigned to the overlay window.
namereadonlystringUnique name for the overlay window.
overlayOptionsreadonlyOverlayOptionsOverlay specific configuration options used when this window was created. See OverlayOptions.
windowpublicBrowserWindow-