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;
}

Properties

headlessInitPath?: string

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