Home > @i2analyze/notebook-sdk > NotebookStatic
NotebookStatic interface
A global notebook
object that plug-in code can use to access the entry point API.
Signature:
export interface NotebookStatic
Introduced: version 1.0
Remarks
This object is typically used by plug-in entry points that have not bundled the SDK package and imported getEntryPointApi() directly.
Methods
Method | Description |
---|---|
getEntryPointApi(pluginId, apiVersion) | Retrieves the specified version of the plug-in entry point API. |