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

getDimensions()

Get the pixel dimensions of the sticky note in context. Returns an object with two number properties, width and height.

Examples

const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();

myNote.getDimensions();
// -> {width: 250, height: 230}

Arguments

None.

Return value

object

Was this article helpful?