Home > @i2analyze/notebook-sdk > toolview > ToolViewEventOptionsMap
toolview.ToolViewEventOptionsMap interface
A mapping of tool view event types to their listener options types.
Signature:
interface ToolViewEventOptionsMap 
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| minimized | readonly | 
app.ISubscriptionOptions | Gets the type of the object that provides control over "minimized" event listeners. | 
| state | readonly | 
app.ISubscriptionOptions | Gets the type of the object that provides control over "state" event listeners. | 
| storechange | readonly | 
app.ITransactionOptions | Gets the type of the object that provides control over "storechange" event listeners. | 
| unload | readonly | 
app.ITransactionOptions | Gets the type of the object that provides control over "unload" event listeners. |