📄️ ExtensionContext
The first parameter of the activate function is ExtensionContext — this context allows you to extend the visualization to support custom workflows.
📄️ ExtensionModule
ExtensionModule describes the interface that your extension module must export. This typically corresponds to your index.ts file.