Skip to main content
A newer version of this page is available. .
All docs
V21.2

DashboardControlArgs Type

Provides data for the events used to customize the Web Dashboard control.

Declaration

export type DashboardControlArgs = {
    component: DashboardControl;
}

Members

Name Type
component DashboardControl