Highlights
Class defined in ui/Highlights.js#19 inherits from

Get currently active highlights.

Returns
Object

Returns current highlights as a scoped object.

Set highlights.

Parameters
scopedObject

object describing highlights

Example
  highlights.set({
    'figures': ['figure-1', 'figure-3']
    'citations': ['citation-1', 'citation-5']
  });