Annotations API Methods
show()
Show the sticky note in context.
Examples
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.show();
Arguments
None.
Return value
None (undefined
).
Annotations API Methods
Show the sticky note in context.
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.show();
None.
None (undefined
).