# RestoredLayoutDetails

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

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

Describes a currently active Layout, or a previously active Layout that may still have running instances of its participating apps.

*Since: io.Connect Desktop 9.4, @interopio/desktop 6.6.0*

## Properties

- **`id`** (`string`, required)
  ID of the Layout.
- **`instances`** (`RestoredLayoutInstanceInfo[]`, required)
  List of objects each describing the app instances participating in the Layout.
- **`name`** (`string`, required)
  Name of the Layout.
- **`type`** (`string`, required)
  Type of the Layout.

## Related types

- [RestoredLayoutInstanceInfo](https://docs.interop.io/desktop/reference/javascript/layouts/restoredlayoutinstanceinfo/index.md)
