DashboardGroupEntry interface
Dashboard group entry, wrapping around Dashboard (needed?)
- Extends
Inherited Properties
| dashboard |
Entity to which the dashboard is scoped. |
| description | Description of the dashboard. |
| e |
Server defined version tracking value, used for edit collision detection. |
| global |
Dashboard Global Parameters Config |
| group |
ID of the group for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards this property is empty. |
| id | ID of the Dashboard. Provided by service at creation time. |
| last |
Dashboard Last Accessed Date. |
| modified |
Id of the person who modified Dashboard. |
| modified |
Dashboard's last modified date. |
| name | Name of the Dashboard. |
| owner |
ID of the owner for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards, this is the unique identifier for the user identity associated with the dashboard. |
| position | Position of the dashboard, within a dashboard group. If unset at creation time, position is decided by the service. |
| refresh |
Interval for client to automatically refresh the dashboard. Expressed in minutes. |
| url | |
| widgets | The set of Widgets on the dashboard. |
Inherited Property Details
dashboardScope
Entity to which the dashboard is scoped.
dashboardScope: DashboardScope
Property Value
Inherited From Dashboard.dashboardScope
description
Description of the dashboard.
description: string
Property Value
string
Inherited From Dashboard.description
eTag
Server defined version tracking value, used for edit collision detection.
eTag: string
Property Value
string
Inherited From Dashboard.eTag
globalParametersConfig
Dashboard Global Parameters Config
globalParametersConfig: string
Property Value
string
Inherited From Dashboard.globalParametersConfig
groupId
ID of the group for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards this property is empty.
groupId: string
Property Value
string
Inherited From Dashboard.groupId
id
ID of the Dashboard. Provided by service at creation time.
id: string
Property Value
string
Inherited From Dashboard.id
lastAccessedDate
Dashboard Last Accessed Date.
lastAccessedDate: Date
Property Value
Date
Inherited From Dashboard.lastAccessedDate
modifiedBy
Id of the person who modified Dashboard.
modifiedBy: string
Property Value
string
Inherited From Dashboard.modifiedBy
modifiedDate
Dashboard's last modified date.
modifiedDate: Date
Property Value
Date
Inherited From Dashboard.modifiedDate
name
ownerId
ID of the owner for a dashboard. For team-scoped dashboards, this is the unique identifier for the team associated with the dashboard. For project-scoped dashboards, this is the unique identifier for the user identity associated with the dashboard.
ownerId: string
Property Value
string
Inherited From Dashboard.ownerId
position
Position of the dashboard, within a dashboard group. If unset at creation time, position is decided by the service.
position: number
Property Value
number
Inherited From Dashboard.position
refreshInterval
Interval for client to automatically refresh the dashboard. Expressed in minutes.
refreshInterval: number
Property Value
number
Inherited From Dashboard.refreshInterval
url
widgets
The set of Widgets on the dashboard.
widgets: Widget[]
Property Value
Widget[]
Inherited From Dashboard.widgets