Home > @i2analyze/notebook-sdk > toolview > ToolViewApiEventMap
toolview.ToolViewApiEventMap interface
A combined mapping of tool view and other event types to their listener types.
Signature:
interface ToolViewApiEventMap extends ToolViewEventMap, app.ApplicationEventMap
Extends: ToolViewEventMap, app.ApplicationEventMap
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| chartchange | readonly |
ChangeListener | Gets the type of the callback method that listens for "chartchange" events. (Inherited from ChartEventMap) |
| chartschemachange | readonly |
ChartSchemaChangeListener | Gets the type of the callback method that listens for "chartschemachange" events. (Inherited from ChartEventMap) |
| chartselectionchange | readonly |
SelectionListener | Gets the type of the callback method that listens for "chartselectionchange" events. (Inherited from ChartEventMap) |
| chartviewchange | readonly |
ViewListener | Gets the type of the callback method that listens for "chartviewchange" events. (Inherited from ChartEventMap) |
| minimized | readonly |
ToolViewMinimizedListener | Gets the type of the callback method that listens for "minimized" events. (Inherited from ToolViewEventMap) |
| state | readonly |
ToolViewStateListener | Gets the type of the callback method that listens for "state" events. (Inherited from ToolViewEventMap) |
| storechange | readonly |
VolatileStoreChangeListener | Gets the type of the callback method that listens for "storechange" events. (Inherited from ToolViewEventMap) |
| unload | readonly |
ToolViewUnloadListener | Gets the type of the callback method that listens for "unload" events. (Inherited from ToolViewEventMap) |