API Reference GuideInterfacesIWindowSetSizeOn this pageSetSizeDescriptionSets width and height of windowSyntax// window points to instance of IWindowawait window.SetSize(width, height);ParametersNameTypeDescriptionwidthnumberNew width of windowheightnumberNew height of windowReturn typeTypeDescriptionPromise < void >Method does not return a value