Interface MainPluginApiProvider

Implementation should contains main(Theia) part of new namespace in Plugin API. initialize will be called once per plugin runtime

interface MainPluginApiProvider {
    initialize(rpc, container): void;
}

Methods

Methods