Home > @i2analyze/notebook-sdk > toolview > ToolViewEventMap
toolview.ToolViewEventMap interface
A mapping of tool view event types to their listener types.
Signature:
interface ToolViewEventMap
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| minimized | readonly |
ToolViewMinimizedListener | Gets the type of the callback method that listens for "minimized" events. |
| state | readonly |
ToolViewStateListener | Gets the type of the callback method that listens for "state" events. |
| storechange | readonly |
VolatileStoreChangeListener | Gets the type of the callback method that listens for "storechange" events. |
| unload | readonly |
ToolViewUnloadListener | Gets the type of the callback method that listens for "unload" events. |