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