Theia API Documentation v1.65.0
    Preparing search index...

    An object that creates and caches the instance of the plugin API created by the factory binding in a PluginContainerModule in some plugin host.

    Type Parameters

    • T extends object

      the custom API object's type

    Index

    Constructors

    Methods

    • Called by Theia to do any prep work needed for dishing out the API object when it's requested. The key part of that is hooking into the node module loader. This is called every time a plugin-host process is forked.

      Parameters

      • container: Container

      Returns void