API Reference GuideInterfacesIWindowSetTitleOn this pageSetTitleDescriptionSets title of windowSyntax// window points to instance of IWindowawait window.SetTitle(title);ParametersNameTypeDescriptiontitlestringNew title of windowReturn typeTypeDescriptionPromise < void >Method does not return a value