Skip to main content
A newer version of this page is available. .

DashboardContainer Interface

Contains information about the opened dashboard.

Declaration

export interface DashboardContainer

Properties

dashboard Property

Gets the currently opened dashboard.

Declaration

dashboard: 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.