Engine API Service

Summary

Details

  • proxies most calls to Dendron Engine Client
  • the reason its a separate class is due to this._engineEventEmitter which publishes events that other parts of the plugin consumes

Lifecycle

updateEngineAPI {

    svc = EngineAPIService.createEngine
    ext.setEngine svc
}

Next

#file (Private) template convention


Backlinks