LayoutModifiedEventinterface
Describes a modified Layout and the reason for its modification.
Properties (2)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| layout⚓︎ | { name: string, type: string } | x | Object holding the name and the type of the modified Layout. |
|
| reason⚓︎ | { application?: string, action?: string, instance?: string } | x | Object holding information about the name of the app or the ID of the instance that is responsible for the Layout changes, and the action that has caused them (e.g., started or stopped instance, changed state of a Workspaces App, and more). |