texthighlight.remove - Events - Annotations API

Annotations API Events

texthighlight:remove

Triggered whenever a text highlight is removed.

Examples

annotationsApp.on('texthighlight:remove', function (textHighlightInfo) {
    console.log('Text highlight with id ' + textHighlightInfo.id + ' was removed.');
});

Callback arguments

  • id string

    The unique id of the text highlight.

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.