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

    Properties

    host: string

    Plugin host id used for RPC routing (e.g. PLUGIN_HOST_BACKEND).

    isUnderDevelopment?: boolean

    Set when the plugin is loaded from a development workspace (e.g. plugin-dev).

    lifecycle: PluginLifecycle
    outOfSync: boolean