ItemWidgetOptionEventArgs Interface
Provides data for the ViewerApiExtensionOptions.onItemWidgetOptionsPrepared event.
#Declaration
TypeScript
export interface ItemWidgetOptionEventArgs extends ItemWidgetBaseEventArgs
#Inheritance
DashboardItemBaseEventArgs
ItemWidgetBaseEventArgs
ItemWidgetOptionEventArgs
#Properties
#options Property
Specifies the widget’s options before the widget is rendered.
#Declaration
TypeScript
options: Object
#Property Value
Type | Description |
---|---|
Object | An object that contains the widget’s options. |