Back to Devexpress

ItemWidgetOptionEventArgs Interface

dashboard-js-devexpress-dot-dashboard-ff98aea9.md

latest1.7 KB
Original Source

ItemWidgetOptionEventArgs Interface

Provides data for the ViewerApiExtensionOptions.onItemWidgetOptionsPrepared event.

Declaration

ts
export interface ItemWidgetOptionEventArgs extends ItemWidgetBaseEventArgs

Inherited Members

chartContext

dashboardItem

gaugeContext

gridContext

itemData

itemName

Inheritance

DashboardItemBaseEventArgs ItemWidgetBaseEventArgs ItemWidgetOptionEventArgs

Properties

options Property

Specifies the widget’s options before the widget is rendered.

Declaration

ts
options: Object

Property Value

TypeDescription
Object

An object that contains the widget’s options.

|