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

DashboardUpdateArgs Type

Provides data for the DashboardBeginUpdate and DashboardEndUpdate events.

Declaration

export type DashboardUpdateArgs = {
    component: DashboardControl;
    dashboardId: string;
}

Members

Name Type Description
component DashboardControl

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.