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()

Renders stored highlights. This method should be called after the content of the page (containing the highlights) has been rendered completely.

Examples

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

Arguments

None.

Return value

None (undefined).

Was this article helpful?