This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Public Method Annotations API

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

object

Was this article helpful?