# LoadingStrategy

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

**Source**: https://docs.interop.io/desktop/reference/javascript/workspaces/loadingstrategy/index.html

The loading strategy for opening new Workspaces.
Use `"direct"` to make all windows participating in the Workspace to start loading at the same time as soon as the Workspace loads.
Use `"delayed"` to make only the visible, active, and selected windows to start loading when the Workspace loads. The rest of the windows will be loaded gradually after that.
Use `"lazy"` to make only the visible, active, and selected windows to start loading when the Workspace loads. The rest of the windows will start loading only when the user selects them.

## Members

- **`"direct"`**
- **`"delayed"`**
- **`"lazy"`**
