Home > @i2analyze/notebook-sdk > dialog > DialogEventOptionsMap
dialog.DialogEventOptionsMap interface
A mapping of dialog event types to their listener options types.
Signature:
interface DialogEventOptionsMap extends app.ApplicationEventOptionsMap
Extends: app.ApplicationEventOptionsMap
Introduced: version 1.4
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | readonly |
app.ITransactionOptions | Gets the type of the object that provides control over "action" event listeners. |
chartchange | readonly |
app.ISubscriptionOptions | Gets the type of the object that provides control over "chartchange" event listeners. (Inherited from ChartEventOptionsMap) |
chartschemachange | readonly |
app.ISubscriptionOptions | Gets the type of the object that provides control over "chartschemachange" event listeners. (Inherited from ChartEventOptionsMap) |
chartselectionchange | readonly |
app.ISubscriptionOptions | Gets the type of the object that provides control over "chartselectionchange" event listeners. (Inherited from ChartEventOptionsMap) |
chartviewchange | readonly |
app.ISubscriptionOptions | Gets the type of the object that provides control over "chartviewchange" event listeners. (Inherited from ChartEventOptionsMap) |