ElectronBrowserWindow.on('show') method
ElectronBrowserWindow › on(‘show’)
Unofficial
Signature:
on(event: "show", listener: (...args: unknown[]) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| event | "show" | |
| listener | (...args: unknown[]) => void |
Returns: this