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

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      Returns Promise<boolean>