# Mode

**Kind**: type alias | **Module**: [App Management](https://docs.interop.io/desktop/reference/javascript/app%20management/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/app management/mode/index.html

Mode for initializing the App Management API.
Use `"full"` to enable all features of the API.
Use `"skipIcons"` to enable all features of the API, omitting the information about the app icons.
Use `"startOnly"` to start the API in a restricted mode. You will be able to start apps,
but the App Management API events and the information about the apps and their instances won't be available.

## Members

- **`"startOnly"`**
- **`"skipIcons"`**
- **`"full"`**
