# SaveRequestContext

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

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

Context passed as an argument to the callback for handling Layout save request events.

## Properties

- **`context`** (`unknown`, optional)
  Context to be saved.
- **`layoutName`** (`string`, required)
  Name of the Layout that is to be saved.
- **`layoutType`** (`LayoutType`, required)
  Type of the Layout to be saved.

## Related types

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