context-dashboard/context-dashboard.model.ts
Object describing changes applied to dashboard settings and its widgets. Used to display user-friendly change log.
Properties |
|
| changeType |
changeType:
|
Type : "reset" | "create" | "update" | null
|
| Optional |
|
Indicates type of dashboard change (or creation). |
| dashboardSettingChanges |
dashboardSettingChanges:
|
Type : []
|
| Optional |
|
List of dashboard settings that has been changed. |
| deviceType |
deviceType:
|
Type : boolean | null
|
| Optional |
|
True if dashboard is typed dashboard, false if it's not. |
| restored |
restored:
|
Type : string
|
| Optional |
|
String used to display the date from which the state was restored. |