DashboardInfo Interface
Contains information used to identify a dashboard within the dashboard storage.
Declaration
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
id: string
Property Value
| Type | Description |
|---|---|
| string | A string that is a unique dashboard identifier. |
name Property
Specifies the dashboard name.
Declaration
name: string
Property Value
| Type | Description |
|---|---|
| string | A string that specifies the dashboard name. |