# DialogMode

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

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

Mode for the dialog.

- `WindowContainer` - only the container (a Workspaces Frame, or an io.Connect Window group) of the window that is showing the dialog will be blocked for user interaction;
- `Global` - all visible containers (including frameless io.Connect Windows) will be blocked. All windows within a blocked container are blocked too;

## Members

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