DashboardInfo Interface
Declaration
export interface DashboardInfo
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.
|