# LayoutResult

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

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

Describes the base result returned by methods for
manipulating Layouts - e.g., renaming, hibernating, updating default context.

## Properties

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