Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtPluginApi

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

Hierarchy

  • ExtPluginApi

Index

Properties

Optional backendInitPath

backendInitPath: string

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

Optional frontendExtApi

frontendExtApi: FrontendExtPluginApi

Initialization information for frontend part of Plugin API