Annotations API Methods
This article details methods the host page can use to interact with Annotations API.
annotationsApp
These methods are for general interactions with the Annotations API. Use module()
to access further methods for working with individual modules.
Drawing Module
- addDrawingArea()
- enterDrawingMode()
- exitDrawingMode()
- getAllDrawingAreas()
- getDrawingTool()
- hide()
- isDrawingModeActive()
- isVisible()
- removeDrawingArea()
- setDrawingTool()
- show()
- toggleGrid()
Notepad Module
Sticky Note Module
- addNote()
- render()
- getNote()
- getAllNotes()
- expandAllNotes()
- collapseAllNotes()
- showAllNotes()
- show()
- hideAllNotes()
- hide()
- showOnlyCollectionId()
Sticky Note Getters
These methods can be used to operate on individual instances of a Sticky Note.
Sticky Note Setters
These methods can be used to operate on individual instances of a Sticky Note.