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