Home > @i2analyze/notebook-sdk > IEntryPointApi > createToolView
IEntryPointApi.createToolView() method
Creates and returns a tool view with the specified configuration.
Signature:
createToolView(config: toolview.IToolViewConfig): toolview.IToolView;
Introduced: version 1.3
Parameters
Parameter | Type | Description |
---|---|---|
config | toolview.IToolViewConfig | The information for creating the tool view, including its default size and position. |
Returns:
The new tool view.