Home > @i2analyze/notebook-sdk > chart > ChartEventMap
chart.ChartEventMap interface
A mapping of chart event types to their listener types.
Signature:
interface ChartEventMap 
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| chartchange | readonly | 
ChangeListener | Gets the type of the callback method that listens for "chartchange" events. | 
| chartschemachange | readonly | 
ChartSchemaChangeListener | Gets the type of the callback method that listens for "chartschemachange" events. | 
| chartselectionchange | readonly | 
SelectionListener | Gets the type of the callback method that listens for "chartselectionchange" events. | 
| chartviewchange | readonly | 
ViewListener | Gets the type of the callback method that listens for "chartviewchange" events. |