Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHighlightSetListenerMove

Listener function for the HighlightSetMemento move events. This event is fired when a highlight's range changes.

The arguments to this event listener are as follows:

  • highlightSet: The HighlightSetMemento object
  • highlights: An array of affected HighlightMemento objects
  • oldRange: The previous range for the highlight, before it was moved
  • Additional arguments that were passed in to onmove or onmoveonce.

Hierarchy

  • IHighlightSetListenerMove

Callable