Theia API Documentation v1.65.0
    Preparing search index...
    interface Plugin {
        isUnderDevelopment: boolean;
        lifecycle: PluginLifecycle;
        model: PluginModel;
        pluginFolder: string;
        pluginPath: undefined | string;
        pluginUri: string;
        rawModel: PluginPackage;
    }
    Index

    Properties

    isUnderDevelopment: boolean
    lifecycle: PluginLifecycle
    pluginFolder: string
    pluginPath: undefined | string
    pluginUri: string
    rawModel: PluginPackage