Interface ExtPluginBackendApi

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

interface ExtPluginBackendApi {
    backendInitPath?: string;
}

Hierarchy (view full)

Properties

Properties

backendInitPath?: string

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