# LayoutSummary

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

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

Summarized description of a Layout.

## Properties

- **`context`** (`any`, optional)
  Layout context.
- **`metadata`** (`any`, optional)
  Layout metadata.
- **`name`** (`string`, required)
  Name of the Layout, unique per Layout type.
- **`type`** (`LayoutType`, required)
  Type of the Layout.

## Related types

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