Back to Devexpress

DashboardStateChangedArgs Type

dashboard-js-devexpress-dot-dashboard-9e674c0b.md

latest973 B
Original Source

DashboardStateChangedArgs Type

Provides data for the DashboardStateChanged event.

Declaration

ts
export type DashboardStateChangedArgs = {
    component: DevExpress.Dashboard.DashboardControl;
    dashboardId: string;
    dashboard: DevExpress.Dashboard.Model.Dashboard;
    stateString: string;
}

Members

NameTypeDescription
componentDashboardControl

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.