Skip to content

ElectronBrowserWindow.on('page-title-updated') method

ElectronBrowserWindow › on(‘page-title-updated’)

Unofficial

Signature:

on(event: "page-title-updated", listener: (event: ElectronEvent, title: string, explicitSet: boolean) => void): this

Parameters:

ParameterTypeDescription
event"page-title-updated"
listener(event: ElectronEvent, title: string, explicitSet: boolean) => void

Returns: this