The Layout holds the information in the layout table of the database . It is used by the /api/v1/layouts API calls.
Data Model
| Key | Type | Value |
|---|---|---|
| layoutId | Integer | Auto-generated layout id |
| layoutName | String | The name of layout |
| deviceWindows | JSONB | State of device windows. |
| screen | JSONB | State of main window |
| bottomPanel | JSONB | State of bottom panel |
| sidebarMenu | Boolean | State of sidebar menu by saving layout |
| modified | Timestamp | automatically created timestamp of last change |