This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Public Method Annotations API

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

string

Was this article helpful?