Theia API Documentation v1.65.0
    Preparing search index...
    interface PluginMetadata {
        host: string;
        isUnderDevelopment?: boolean;
        lifecycle: PluginLifecycle;
        model: PluginModel;
        outOfSync: boolean;
    }
    Index

    Properties

    host: string
    isUnderDevelopment?: boolean
    lifecycle: PluginLifecycle
    outOfSync: boolean