DashboardContainer Interface
Contains information about the opened dashboard.
#Declaration
TypeScript
export interface DashboardContainer
#Properties
#dashboard Property
Gets the currently opened dashboard.
#Declaration
#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. |