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