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

    Plugin API extension description. This interface describes scripts for both plugin runtimes: frontend(WebWorker) and backend(NodeJs)

    interface ExtPluginApi {
        backendInitPath?: string;
        frontendExtApi?: FrontendExtPluginApi;
        headlessInitPath?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backendInitPath?: string

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

    frontendExtApi?: FrontendExtPluginApi

    Initialization information for frontend part of Plugin API

    headlessInitPath?: string

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