Skip to content

ElectronBrowserWindow.on('ready-to-show') method

ElectronBrowserWindow › on(‘ready-to-show’)

Unofficial

Signature:

on(event: "ready-to-show", listener: (...args: unknown[]) => void): this

Parameters:

Parameter Type Description
event "ready-to-show"
listener (...args: unknown[]) => void

Returns: this