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

DashboardControlEvents Interface

Declaration

export interface DashboardControlEvents

Properties

dashboardBeginUpdate Property

Declaration

dashboardBeginUpdate: DashboardUpdateArgs

Property Value

Type
DashboardUpdateArgs

dashboardEndUpdate Property

Declaration

dashboardEndUpdate: DashboardUpdateArgs

Property Value

Type
DashboardUpdateArgs

dashboardInitialized Property

Declaration

dashboardInitialized: DashboardInitializedArgs

Property Value

Type
DashboardInitializedArgs

dashboardInitializing Property

Declaration

dashboardInitializing: DashboardInitializingArgs

Property Value

Type
DashboardInitializingArgs

dashboardStateChanged Property

Declaration

dashboardStateChanged: DashboardStateChangedArgs

Property Value

Type
DashboardStateChangedArgs

initializing Property

Declaration

initializing: ({
    component: DashboardControl;
})

Property Value

Name Type
component DashboardControl

itemBeginUpdate Property

Declaration

itemBeginUpdate: DashboardItemUpdateArgs

Property Value

Type
DashboardItemUpdateArgs

itemEndUpdate Property

Declaration

itemEndUpdate: DashboardItemUpdateArgs

Property Value

Type
DashboardItemUpdateArgs