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

    Headless Plugin API extension description. This interface describes a script for the headless (NodeJs) runtime outside of the scope of frontend connections.

    interface ExtPluginHeadlessApi {
        headlessInitPath?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    headlessInitPath?: string

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