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
Property | Modifier | Type | Description |
---|---|---|---|
id | readonly | number | ID assigned to the overlay window. |
name | readonly | string | Unique name for the overlay window. |
overlayOptions | readonly | OverlayOptions | Overlay specific configuration options used when this window was created. See OverlayOptions. |
window | public | BrowserWindow | - |