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:

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

Returns: this