DashboardInfo Interface
In This Article
Contains information used to identify a dashboard within the dashboard storage.
#Declaration
TypeScript
export interface DashboardInfo
#Remarks
The DashboardInfo class exposes the DashboardInfo.name and DashboardInfo.id properties that specify the dashboard name and its identifier, respectively.
#Properties
#id Property
Specifies a unique dashboard identifier.
#Declaration
TypeScript
id: string
#Property Value
Type | Description |
---|---|
string | A string that is a unique dashboard identifier. |
#name Property
Specifies the dashboard name.
#Declaration
TypeScript
name: string
#Property Value
Type | Description |
---|---|
string | A string that specifies the dashboard name. |