Back to Devexpress

DashboardContainer Interface

dashboard-js-devexpress-dot-dashboard-0dfafe9d.md

latest794 B
Original Source

DashboardContainer Interface

Contains information about the opened dashboard.

Declaration

ts
export interface DashboardContainer

Properties

dashboard Property

Gets the currently opened dashboard.

Declaration

ts
dashboard: DevExpress.Dashboard.Model.Dashboard

Property Value

TypeDescription
Dashboard

A Dashboard object that is the currently opened dashboard.

|

id Property

Specifies a unique identifier of the opened dashboard.

Declaration

ts
id: string

Property Value

TypeDescription
string

A string that is a unique identifier of the opened dashboard.

|