Annotations API Methods
isExpanded()
Get the expansion state of the sticky note in context. Returns a boolean value. True = expanded. False = collapsed.
Examples
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.isExpanded();
// -> true
Arguments
None.
Return value
Type boolean