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

utils.deserializePath()

Retrieves the DOM node based on the provided path, textNodeOffset and context element.

Examples

itemsApp.assessApp().annotationsApp().module('texthighlight').utils.deserializePath(['_navbar','31','DOM-context-name']);

Arguments

  • path string

    The path.

  • textNodeOffset string

    The text node number.

Return value

object

Was this article helpful?