scaleApp

scaleApp

Core

Estimated reading: 1 minute 192 views
// use default sandbox
var core = new scaleApp.Core();

// use your own sandbox
var core = new scaleApp.Core(yourSandboxClass);

  • core.register(moduleName, module, options) – register a module
  • core.use(plugin, options) – register a plugin
  • core.use(pluginArray) – registers an array of plugins
  • core.boot(callback) – initialize plugins (will be executed automatically on ´start´)
  • core.start(moduleId, options, callback) – start a module
  • core.stop(instanceId, callback) – stop a module

Share this Doc

Core

Or copy link

CONTENTS