Back to Devexpress

DashboardInitializedArgs Type

dashboard-js-devexpress-dot-dashboard-e5d1cec1.md

latest916 B
Original Source

DashboardInitializedArgs Type

Provides data for the DashboardInitialized event.

Declaration

ts
export type DashboardInitializedArgs = {
    component: DevExpress.Dashboard.DashboardControl;
    dashboardId: string;
    dashboard: DevExpress.Dashboard.Model.Dashboard;
}

Members

NameTypeDescription
componentDashboardControl

A Web Dashboard control.

| | dashboard | Dashboard |

A model of the dashboard displayed in the control.

| | dashboardId | string |

A string value that is the dashboard identifier.

|

Remarks

Use the onDashboardInitialized handler to raise the DashboardInitializing event.