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