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

DashboardInitializedArgs Type

Provides data for the DashboardInitialized event.

Declaration

export type DashboardInitializedArgs = {
    component: DashboardControl;
    dashboardId: string;
    dashboard: Dashboard;
}

Members

Name Type Description
component DashboardControl

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.