Annotations API Methods
isVisible()
Get the visibility state of the sticky note in context. Returns a boolean value. True = visible. False = invisible.
Examples
const myNote = itemsApp.assessApp().annotationsApp().module('stickynote').addNote();
myNote.isVisible();
// -> true
Arguments
None.
Return value
Type boolean