Annotations API Methods
collapse()
Change the window state of the sticky note in context to collapsed.
Examples
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.collapse();
Arguments
None.
Return value
None (undefined
).