Home > @i2analyze/notebook-sdk > chart > ChartEventOptionsMap
chart.ChartEventOptionsMap interface
A mapping of chart event types to their listener options types.
Signature:
interface 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. | 
| chartschemachange | readonly | 
app.ISubscriptionOptions | Gets the type of the object that provides control over "chartschemachange" event listeners. | 
| chartselectionchange | readonly | 
app.ISubscriptionOptions | Gets the type of the object that provides control over "chartselectionchange" event listeners. | 
| chartviewchange | readonly | 
app.ISubscriptionOptions | Gets the type of the object that provides control over "chartviewchange" event listeners. |