dashboard-js-devexpress-dot-dashboard-0171c4fd.md
Provides data for events related to client widgets used to visualize data in dashboard items.
export interface ItemWidgetEventArgs extends ItemWidgetBaseEventArgs
The Web Dashboard uses DevExtreme widgets to visualize data within dashboard items. The ViewerApiExtensionOptions.onItemWidgetUpdated, ViewerApiExtensionOptions.onItemWidgetCreated, and ViewerApiExtensionOptions.onItemWidgetOptionsPrepared handlers allow you to access these widgets and customize their settings if necessary.
DashboardItemBaseEventArgs ItemWidgetBaseEventArgs ItemWidgetEventArgs
Gets an underlying widget corresponding to the current dashboard item.
getWidget: () => DevExpress.ui.Widget<any> | Element
| Type | Description |
|---|---|
| () => any |
An underlying widget or an array of widgets.
|
See Component Configuration Syntax topic for information on how to work with the obtained widget.
Note
The getWidget property can return an array of widgets for some dashboard items: