Home > @i2analyze/notebook-sdk > toolview > IToolViewConfig > path
toolview.IToolViewConfig.path property
Gets the path to the content to host in the tool view, relative to the plug-in entry point.
Signature:
readonly path: string;
Returns: string
Introduced: version 1.3
Remarks
For example, if path
is './
', then the server uses the folder that contains the entry point.