# HibernateResult

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

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

Describes the result returned from hibernating a Layout.

## Properties

- **`layout`** (`Layout`, required)
  Hibernated layout.
- **`status`** (`string`, required)
  Status of the Layout operation. If successful, will be set to `"Success"`,
  otherwise, will contain the returned error message.

## Related types

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