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

    Backend Plugin API extension description. This interface describes a script for the backend(NodeJs) runtime.

    interface ExtPluginBackendApi {
        backendInitPath?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    backendInitPath?: string

    Path to the script which should be loaded to provide api, module should export provideApi function with ExtPluginApiBackendInitializationFn signature