Home > @i2analyze/notebook-sdk > toolview > ToolViewApiEventOptionsMap
toolview.ToolViewApiEventOptionsMap interface
A combined mapping of tool view and other event types to their listener options types.
Signature:
interface ToolViewApiEventOptionsMap extends ToolViewEventOptionsMap, app.ApplicationEventOptionsMap
Extends: ToolViewEventOptionsMap, app.ApplicationEventOptionsMap
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) |
| minimized | readonly |
app.ISubscriptionOptions | Gets the type of the object that provides control over "minimized" event listeners. (Inherited from ToolViewEventOptionsMap) |
| state | readonly |
app.ISubscriptionOptions | Gets the type of the object that provides control over "state" event listeners. (Inherited from ToolViewEventOptionsMap) |
| storechange | readonly |
app.ITransactionOptions | Gets the type of the object that provides control over "storechange" event listeners. (Inherited from ToolViewEventOptionsMap) |
| unload | readonly |
app.ITransactionOptions | Gets the type of the object that provides control over "unload" event listeners. (Inherited from ToolViewEventOptionsMap) |