Back to Devexpress

DashboardInfo Interface

dashboard-js-devexpress-dot-dashboard-5065d686.md

latest1.1 KB
Original Source

DashboardInfo Interface

Contains information used to identify a dashboard within the dashboard storage.

Declaration

ts
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

ts
id: string

Property Value

TypeDescription
string

A string that is a unique dashboard identifier.

|

name Property

Specifies the dashboard name.

Declaration

ts
name: string

Property Value

TypeDescription
string

A string that specifies the dashboard name.

|