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

Indicates type of dashboard change (or creation).

dashboardSettingChanges
dashboardSettingChanges: ()[]
Type : ()[]
Optional

List of dashboard settings that has been changed.

deviceType
deviceType: boolean
Type : boolean
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
Type : literal type
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 ""