Skip to main content

SetTitle

Description

Sets title of window

Syntax

// window points to instance of IWindow
await window.SetTitle(title);

Parameters

NameOptionalityTypeDescription
titleRequiredstringNew title of window

Return type

TypeDescription
Promise < void >Method does not return a value

Exceptions

ArgumentError - When title is null or undefined.