Home > @i2analyze/notebook-sdk > toolview > IToolView
toolview.IToolView interface
A tool view, as returned by IEntryPointApi.createToolView().
Signature:
interface IToolView
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isMinimized | readonly |
boolean | Indicates whether the tool view is open and docked but not visible in the user interface. |
isOpen | readonly |
boolean | Indicates whether the tool view is open in the user interface. |
volatileStore | readonly |
IVolatileStore | Gets the volatile store for the tool view. |
Methods
Method | Description |
---|---|
addEventListener(type, listener, options) | Adds an event listener for tool view changes. |
close() | Closes and unloads the tool view window. |
open(openState) | Opens the tool view in either a docked pane or an undocked window. |
removeEventListener(type, listener) | Removes an event listener for tool view changes. |