Last date modified: 2025-Jul-02

Interface: IHighlightSetListenerDone()

Listener function for the [[RangeHighlightSet]], [[TermHighlightSet]] and [[AllHighlights]] done events. This event is fired when all pending highlights have been added to the set.

The arguments to this event listener are as follows:

  • highlightSet: The [[RangeHighlightSet]], [[TermHighlightSet]] or [[AllHighlights]] object
  • Additional arguments that were passed in to ondone or ondoneonce.

IHighlightSetListenerDone(highlightSet, refObject?, ...args?): void

Listener function for the [[RangeHighlightSet]], [[TermHighlightSet]] and [[AllHighlights]] done events. This event is fired when all pending highlights have been added to the set.

The arguments to this event listener are as follows:

  • highlightSet: The [[RangeHighlightSet]], [[TermHighlightSet]] or [[AllHighlights]] object
  • Additional arguments that were passed in to ondone or ondoneonce.

Parameters

highlightSet: HighlightSetMemento

refObject?: any

• ...args?: any[]

Returns

void

Return to top of the page
Feedback