ποΈ 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.