ElectronBrowserWindow.setTitle method
ElectronBrowserWindow › setTitle
Unofficial
Changes the title of the native window.Signature:
setTitle(title: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| title | string | The new title. |
Returns: void
ElectronBrowserWindow › setTitle
Unofficial
Changes the title of the native window.Signature:
setTitle(title: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| title | string | The new title. |
Returns: void