共用方式為


DashboardResponse interface

儀錶板群組專案,包裝在需要儀錶板 (?)

Extends

繼承的屬性

dashboardScope

儀錶板範圍所在的實體。

description

儀錶板的描述。

eTag

伺服器定義的版本追蹤值,用於編輯衝突偵測。

globalParametersConfig

儀錶板全局參數設定

groupId

儀錶板群組的標識碼。 對於小組範圍的儀錶板,這是與儀錶板相關聯的小組唯一標識符。 對於專案範圍的儀錶板,此屬性是空的。

id

儀錶板的標識碼。 在建立時由服務提供。

lastAccessedDate

儀錶板上次存取日期。

modifiedBy

修改儀錶板的人員標識碼。

modifiedDate

儀錶板上次修改日期。

name

儀錶板的名稱。

ownerId

儀錶板的擁有者標識碼。 對於小組範圍的儀錶板,這是與儀錶板相關聯的小組唯一標識符。 針對專案範圍的儀錶板,這是與儀錶板相關聯的使用者身分識別的唯一標識符。

position

儀錶板在儀錶板群組內的位置。 如果在建立時未設定,則位置是由服務決定。

refreshInterval

用戶端自動重新整理儀錶板的間隔。 以分鐘表示。

url
widgets

儀錶板上的小工具集。

繼承的屬性詳細資料

dashboardScope

儀錶板範圍所在的實體。

dashboardScope: DashboardScope

屬性值

繼承自DashboardGroupEntry.dashboardScope

description

儀錶板的描述。

description: string

屬性值

string

繼承自DashboardGroupEntry.description

eTag

伺服器定義的版本追蹤值,用於編輯衝突偵測。

eTag: string

屬性值

string

繼承自DashboardGroupEntry.eTag

globalParametersConfig

儀錶板全局參數設定

globalParametersConfig: string

屬性值

string

繼承自DashboardGroupEntry.globalParametersConfig

groupId

儀錶板群組的標識碼。 對於小組範圍的儀錶板,這是與儀錶板相關聯的小組唯一標識符。 對於專案範圍的儀錶板,此屬性是空的。

groupId: string

屬性值

string

繼承自DashboardGroupEntry.groupId

id

儀錶板的標識碼。 在建立時由服務提供。

id: string

屬性值

string

繼承自DashboardGroupEntry.id

lastAccessedDate

儀錶板上次存取日期。

lastAccessedDate: Date

屬性值

Date

繼承自DashboardGroupEntry.lastAccessedDate

modifiedBy

修改儀錶板的人員標識碼。

modifiedBy: string

屬性值

string

繼承自DashboardGroupEntry.modifiedBy

modifiedDate

儀錶板上次修改日期。

modifiedDate: Date

屬性值

Date

繼承自DashboardGroupEntry.modifiedDate

name

儀錶板的名稱。

name: string

屬性值

string

繼承自DashboardGroupEntry.name

ownerId

儀錶板的擁有者標識碼。 對於小組範圍的儀錶板,這是與儀錶板相關聯的小組唯一標識符。 針對專案範圍的儀錶板,這是與儀錶板相關聯的使用者身分識別的唯一標識符。

ownerId: string

屬性值

string

繼承自DashboardGroupEntry.ownerId

position

儀錶板在儀錶板群組內的位置。 如果在建立時未設定,則位置是由服務決定。

position: number

屬性值

number

繼承自DashboardGroupEntry.position

refreshInterval

用戶端自動重新整理儀錶板的間隔。 以分鐘表示。

refreshInterval: number

屬性值

number

繼承自DashboardGroupEntry.refreshInterval

url

url: string

屬性值

string

繼承自DashboardGroupEntry.url

widgets

儀錶板上的小工具集。

widgets: Widget[]

屬性值

Widget[]

繼承自DashboardGroupEntry.widgets