Back to Devexpress

DashboardUpdateArgs Type

dashboard-js-devexpress-dot-dashboard-c3366985.md

latest926 B
Original Source

DashboardUpdateArgs Type

Provides data for the DashboardBeginUpdate and DashboardEndUpdate events.

Declaration

ts
export type DashboardUpdateArgs = {
    component: DevExpress.Dashboard.DashboardControl;
    dashboardId: string;
}

Members

NameTypeDescription
componentDashboardControl

A Web Dashboard control.

| | dashboardId | string |

A string value that is the dashboard identifier.

|

Remarks

Use the onDashboardBeginUpdate and onDashboardEndUpdate handlers to raise the DashboardBeginUpdate and DashboardEndUpdate events.