Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Dashboard

Model of a Dashboard.

Hierarchy

Index

Properties

Optional description

description: string

Description of the dashboard.

Optional eTag

eTag: string

Server defined version tracking value, used for edit collision detection.

Optional id

id: string

ID of the Dashboard. Provided by service at creation time.

Optional links

Optional name

name: string

Name of the Dashboard.

Optional ownerId

ownerId: string

ID of the Owner for a dashboard. For any legacy dashboards, this would be the unique identifier for the team associated with the dashboard.

Optional position

position: number

Position of the dashboard, within a dashboard group. If unset at creation time, position is decided by the service.

Optional refreshInterval

refreshInterval: number

Interval for client to automatically refresh the dashboard. Expressed in minutes.

Optional url

url: string

Optional widgets

widgets: Array<Widget>

The set of Widgets on the dashboard.

Generated using TypeDoc