Annotations API Methods
getPosition()
Get the screen coordinates of the sticky note in context.
Examples
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.getPosition();
// -> {x: "33.723%", y: "47.468%"}
Arguments
None.
Return value
Type object