eLabSDK.Plugin Class
Perform actions on the plugin (configuration) itself
Constructor
eLabSDK.Plugin
(
async
-
object
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
(
Object
async
-
callBackFn
Parameters:
-
callBackFn
Function
Returns:
Object:
{foundPlugin: bool, config : object}