# GetRestoredLayoutsInfoResult

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

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

Describes the currently active Layout (ID, type, name and participating app instances), as well as any previously active Layouts that still have running instances of their participating apps.

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

## Properties

- **`layoutInfo`** (`RestoredLayoutDetails[]`, required)
  List of objects each describing the currently active Layout or any previously active Layouts.

## Related types

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