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

DashboardStateChangedArgs Type

Provides data for the DashboardStateChanged event.

Declaration

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

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.

stateString string

Remarks

Use the onDashboardStateChanged handler to raise the DashboardStateChanged event.