block_recentlyaccesseditems/repository

A javascript module to handle user ajax actions.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) getRecentItems(limit) → {promise}

Source:

Get the list of items that the user has most recently accessed.

Parameters:
Name Type Description
limit int

Only return this many results

Returns:

Resolved with an array of items

Type
promise