Skip to content

ElectronBrowserWindow.setTitle method

ElectronBrowserWindow › setTitle

Unofficial

Changes the title of the native window.

Signature:

setTitle(title: string): void

Parameters:

ParameterTypeDescription
titlestringThe new title.

Returns: void