# SaveRequestContext

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

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

Object passed as an argument to the handler for a save Layout request.

## Properties

- **`context`** (`unknown`, optional)
  Context for the Layout.
- **`layoutName`** (`string`, required)
  Name of the Layout.
- **`layoutType`** (`LayoutType`, required)
  Type of the Layout.

## Related types

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