SetTitle
Description
Sets title of window
Syntax
// window points to instance of IWindow
await window.SetTitle(title);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| title | Required | string | New title of window |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |
Exceptions
ArgumentError - When title is null or undefined.