Skip to main content

DashboardContainer Interface

Contains information about the opened dashboard.

Declaration

export interface DashboardContainer

Properties

dashboard Property

Gets the currently opened dashboard.

Declaration

dashboard: DevExpress.Dashboard.Model.Dashboard

Property Value

Type Description
Dashboard

A Dashboard object that is the currently opened dashboard.

id Property

Specifies a unique identifier of the opened dashboard.

Declaration

id: string

Property Value

Type Description
string

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