Theia API Documentation v1.65.0
    Preparing search index...
    interface PluginDeployerDirectoryHandler {
        accept(pluginDeployerEntry: PluginDeployerEntry): Promise<boolean>;
        handle(context: PluginDeployerDirectoryHandlerContext): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      Returns Promise<boolean>