Review Queue Browser Api

Provides functionality similar to the navigational controls on the page. These functions are available under the `convenienceApi.reviewQueueBrowser` namespace.

Properties

navigate
Public API for review queue browsing. Supports the following functions:
  • first()
  • previous()
  • next()
  • last()
  • byIndex(index)
currentQueueIndex : Number
0-based index of the current review queue element. -1 if current element is not present in the queue.
reviewQueueInformation : Object
Object containing review queue information

Properties Details

Public API for review queue browsing. Supports the following functions:

  • first()
  • previous()
  • next()
  • last()
  • byIndex(index)

currentQueueIndex : Number

0-based index of the current review queue element. -1 if current element is not present in the queue.

reviewQueueInformation : Object

Object containing review queue information