Skip to content

ElectronBrowserWindow.setTitle method

ElectronBrowserWindow › setTitle

Unofficial

Changes the title of the native window.

Signature:

setTitle(title: string): void

Parameters:

Parameter Type Description
title string The new title.

Returns: void