# ImportMode

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

**Source**: https://docs.interop.io/desktop/reference/javascript/layouts/importmode/index.html

Mode for importing Layouts.
- `"replace"` - all existing Layouts will be removed and replaced with the imported ones (default);
- `"merge"` - the imported Layouts will be merged with the existing ones;

## Members

- **`"replace"`**
- **`"merge"`**
