# ModalsContainerType

**Kind**: type alias | **Module**: [Modals](https://docs.interop.io/desktop/reference/javascript/modals/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/modals/modalscontainertype/index.html

Type of the container in which the modal will be displayed.

- `"Global"` - the modal will target the entire io.Connect platform. This is the default in **io.Connect Desktop**. *Available only in **io.Connect Desktop**.*
- `"WindowContainer"` - the modal will target only the container of the current window (e.g., the current Workspace). This is the default in **io.Connect Browser**.

## Members

- **`"Global"`**
- **`"WindowContainer"`**
