Back to Devexpress

DashboardItemUpdateArgs Type

dashboard-js-devexpress-dot-dashboard-a03759ad.md

latest1009 B
Original Source

DashboardItemUpdateArgs Type

Provides data for the ItemBeginUpdate and ItemEndUpdate events.

Declaration

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

Members

NameTypeDescription
componentDashboardControl

A Web Dashboard control.

| | dashboardId | string |

A string value that is the dashboard identifier.

| | itemName | string |

A string value that is the component name of the dashboard item.

|

Remarks

Use the onItemBeginUpdate and onItemEndUpdate handlers to raise the ItemBeginUpdate and ItemEndUpdate events.