Theia API Documentation v1.75.0
    Preparing search index...
    interface PluginLifecycle {
        backendInitPath?: string;
        frontendInitPath?: string;
        frontendModuleName?: string;
        startMethod: string;
        stopMethod: string;
    }
    Index

    Properties

    backendInitPath?: string

    Script run before the backend plugin is loaded.

    frontendInitPath?: string

    Script run before the frontend plugin is loaded.

    frontendModuleName?: string

    Frontend module name; the frontend plugin should expose this name.

    startMethod: string
    stopMethod: string