# CreatePopupResult

**Kind**: interface | **Module**: [Windows](https://docs.interop.io/desktop/reference/javascript/windows/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/createpopupresult/index.html

Describes the result from creating a popup window via the `createPopup()` method.

*Since: io.Connect Desktop 10.0, @interopio/desktop 6.16.0*

## Properties

- **`browserWindow`** (`Window`, required)
  The browser window instance of the created popup window.
  Can be used to manipulate the DOM content of the created popup window.
- **`ioConnectWindow`** (`IOConnectWindow`, required)
  The io.Connect Window instance of the created popup window.
  Can be used to extract the window ID and pass it to the `showPopup()` method in order to display the popup window.

## Related types

- [IOConnectWindow](https://docs.interop.io/desktop/reference/javascript/windows/ioconnectwindow/index.md)
