getNote - Methods - Annotations API

Annotations API Methods

getNote()

Returns a reference to an instance of one sticky note as an object for manipulation. It takes one argument, a string containing the sticky note id. The sticky note id format is a set of hyphen-delimited letters and numbers such as 61e2d437-6a34-4a14-b8f8-d07f1d5c7ef6. If the object does not exist, null will be returned.

Examples

const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').getNote('61e2d437-6a34-4a14-b8f8-d07f1d5c7ef6');

Arguments

  • id string

Return value

Type object

An object describing a rectangular bounding box, which contains individual drawings.

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.