Last date modified: 2025-Jul-02
Interface: IHighlightSetListenerRemove()
Listener function for the [[HighlightSetMemento]] remove events. This event is fired when one or more highlights have been removed from the set.
The arguments to this event listener are as follows:
- highlightSet: The [[HighlightSetMemento]] object
- highlights: An array of affected [[HighlightMemento]] objects
- Additional arguments that were passed in to onremove or onremoveonce.
IHighlightSetListenerRemove(
highlightSet,highlights,refObject?, ...args?):void
Listener function for the [[HighlightSetMemento]] remove events. This event is fired when one or more highlights have been removed from the set.
The arguments to this event listener are as follows:
- highlightSet: The [[HighlightSetMemento]] object
- highlights: An array of affected [[HighlightMemento]] objects
- Additional arguments that were passed in to onremove or onremoveonce.
Parameters
• highlightSet: HighlightSetMemento
• highlights: HighlightMemento[]
• refObject?: any
• ...args?: any[]
Returns
void
On this page