Home > @i2analyze/notebook-sdk > toolview > IToolViewConfig
toolview.IToolViewConfig interface
A set of information for creating a tool view.
Signature:
interface IToolViewConfig 
Introduced: version 1.3
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| name | readonly | 
string | Gets the name of the tool view, which appears as a heading in the user interface. | 
| path | readonly | 
string | Gets the path to the content to host in the tool view, relative to the plug-in entry point. | 
| position? | readonly | 
ToolViewPosition | (Optional) Gets the position of the tool view. | 
| size? | readonly | 
ToolViewSize | (Optional) Gets the size of the tool view. |