Annotations API Methods
getContent()
Get the body text from inside the sticky note in context.
Examples
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.getContent();
// -> "The quick, brown fox jumps over the lazy dog."
Arguments
None.
Return value
Type string