Skip to main content

DashboardContainer Interface

Contains information about the opened dashboard.

#Declaration

TypeScript
export interface DashboardContainer

#Properties

#dashboard Property

Gets the currently opened dashboard.

#Declaration

TypeScript
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

TypeScript
id: string

#Property Value

Type Description
string

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