items.fetch - Events - Items API

Items API Events

items:fetch

Fires when a fetch action for a new batch of Items has begun, using the addItems public method.

You would want to be notified about this event firing so that you can know when dynamic Items are being fetched using adaptive and dynamic assessments so that you can keep track of the navigation state in your own application, for example.

Examples

itemsApp.on('items:fetch', function () {
    console.log('This code executes when a fetch action for a new batch of Items has begun.');
});

Related articles

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.