eLabSDK.Experiment.Section.Text

Functions

NameDescription
addContent(sampleIDs)Add Text to the section

Events

addContent(sampleIDs)

Add Text to the section

Kind: global function

ParamType
sampleIDsarray

"onParagraphContentAdded" (object)

Kind: event emitted

ParamType
objecteLabSDK.Experiment.Section.Text

Example

var content = "your-content-here";
     paragraphSection.onParagraphContentAdded(function(){
         alert('content added!');
     });
     paragraphSection.onParagraphContentAdded('your-content-here');

© 2023 eLabNext