File

context-dashboard/context-dashboard.model.ts

Description

Object describing changes applied to dashboard settings and its widgets. Used to display user-friendly change log.

Index

Properties

Properties

changeType
changeType: "reset" | "create" | "update" | null
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: boolean | null
Type : boolean | null
Optional

True if dashboard is typed dashboard, false if it's not.

restored
restored: string
Type : string
Optional

String used to display the date from which the state was restored.

widgetChanges
widgetChanges: literal type | null
Type : literal type | null
Optional

Object containing lists of widgets (by title) that has been changed, grouped by change type, e.g.:

Example :
widgetChanges: {
    removed: ['Applications'],
    config?: ['Data points graph', 'Events list'],
  },

results matching ""

    No results matching ""