# EmptyFrameDefinition

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

**Source**: https://docs.interop.io/desktop/reference/javascript/workspaces/emptyframedefinition/index.html

## Properties

- **`applicationName`** (`string`, optional)
  The application name of the workspace app that should be used for the new frame.
  *Available only in **io.Connect Desktop**.*
- **`context`** (`object`, optional)
  Optional context which will be passed to the initialization callback
- **`frameConfig`** (`IOConnectWorkspaces.NewFrameConfig`, optional)
  Optional frame related settings
- **`layoutComponentId`** (`string`, optional)
  Optional the id of the layout component which is being restored

## Related types

- [NewFrameConfig](https://docs.interop.io/desktop/reference/javascript/workspaces/newframeconfig/index.md)
