API Docs for: 1.0.0
Show:

eLabSDK.Plugin Class

Perform actions on the plugin (configuration) itself

Constructor

eLabSDK.Plugin

(
  • object
)
async

Parameters:

  • object Object
    • namespace String

Example:

     var p = new eLabSDK.Plugin({'namespace': 'NAMESPACE'});
     p.readConfig(function(data){
         data.config.IncrementalVar++;
         p.writeConfig(data.config);
     });

Item Index

Methods

Methods

readConfig

(
  • callBackFn
)
Object async

Parameters:

  • callBackFn Function

Returns:

Object:

{foundPlugin: bool, config : object}