RestoreOptionsinterface
Options for restoring a Layout.
Properties (7)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| closeMe⚓︎ | boolean | true | x | If |
| closeRunningInstances⚓︎ | boolean | true | x | If |
| context⚓︎ | object | x | x | Context object that will be passed to the restored apps. It will be merged with the saved context object. |
| name⚓︎ | string | x | Name of the Layout to restore. |
|
| restoreWorkspacesByReference⚓︎ | boolean | x | x | If |
| timeout⚓︎ | number | 60000 | x | Timeout in milliseconds for restoring the Layout. If the time limit is hit, all apps opened up to this point will be closed and an error will be thrown. |
| type⚓︎ | string | "Global" | x | Type of the Layout to restore. |