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

render()

Render all stored stickynotes that belong to the current Annotations instance's group_id.

This method should be called when all the DOM parents of the stickynotes are rendered.

Examples

itemsApp.assessApp().annotationsApp().module('stickynote').render();

Arguments

None.

Return value

sticky note instance

Was this article helpful?