eLabSDK.Study
Functions
Name | Description |
---|---|
getMeta() |
Events
Name | Description |
---|---|
"onLoaded" | Use this to access class |
getMeta()
Kind: global function
"onLoaded"
Use this
to access class
Kind: event emitted
Example
var ev = studyObject.onLoaded(function () {
alert('Study Loaded');
});
© 2023 eLabNext
Updated 10 months ago