Home > @i2analyze/notebook-sdk > app > ApplicationEventOptionsMap
app.ApplicationEventOptionsMap interface
A mapping of application event types to their listener options types.
Signature:
interface ApplicationEventOptionsMap extends chart.ChartEventOptionsMap
Extends: chart.ChartEventOptionsMap
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| 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) |