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.