Theia API Documentation v1.75.0
    Preparing search index...

    Interface DeployedPlugin<TContributes>

    Deployed plugin descriptor (runtime + browser-only list.json).

    interface DeployedPlugin<TContributes = NormalizedPluginContribution> {
        contributes?: TContributes;
        metadata: PluginMetadata;
        type?: PluginType;
    }

    Type Parameters

    Index

    Properties

    contributes?: TContributes
    metadata: PluginMetadata
    type?: PluginType

    Defaults to PluginType.System.