# LayoutSummary

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

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

A lightweight description of a Layout, without the extensive objects describing its components.

## Properties

- **`context`** (`any`, optional)
  Context object passed when the Layout was saved.
- **`metadata`** (`any`, optional)
  Metadata passed when the Layout was saved.
- **`name`** (`string`, required)
  Name of the Layout. The name is unique per Layout type.
- **`type`** (`LayoutType`, required)
  Type of the Layout.

## Related types

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