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