LayoutContentsinterface
Describes the contents of Global or Workspace Layouts retrieved via the getLayoutContents() method.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| appComponents⚓︎ | LayoutComponent[] | x | Individual app instances (including Workspaces App instances) participating in the Global Layout. When retrieving the contents of a Workspace Layout, this property will always be an empty array. |
|
| workspaceComponents⚓︎ | WorkspaceLayoutComponentState[] | x | Workspaces (from all Workspaces App instances) participating in the Global Layout. When retrieving the contents of a Workspace Layout, this property will always be an empty array. |
|
| workspaceWindows⚓︎ | WindowLayoutItem[] | x | All window instances from all Workspaces participating in the Global Layout (when retrieving the contents of a Global Layout), or all window instances participating in the Workspace (when retrieving the contents of a Workspace Layout). |