ElectronBrowserWindow.fromId method
ElectronBrowserWindow › fromId
Unofficial
Returns the window with the givenid. Signature:
fromId(id: number): ElectronBrowserWindow | nullParameters:
| Parameter | Type | Description |
|---|---|---|
| id | number | The window id. |
Returns: ElectronBrowserWindow | null — The BrowserWindow or null if not found.