Skip to main content
A newer version of this page is available. .

DashboardItemUpdateArgs Type

Provides data for the ItemBeginUpdate and ItemEndUpdate events.

Declaration

export type DashboardItemUpdateArgs = {
    component: DashboardControl;
    dashboardId: string;
    itemName: string;
}

Members

Name Type Description
component DashboardControl

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.