items.lazyload.complete - Events - Assess API

Assess API Events

items:lazyload:complete

Fires when all lazy load Items have been loaded successfully.

You would want to be notified about this event firing, because you may want to perform an external action after all batches have loaded, such as starting a third-party service.

Note This event requires the lazyload init option to be enabled.

Examples

itemsApp.on('items:lazyload:complete', function () {
    console.log('This code executes when all batches of Items have completed loading.');
});

Related articles

Was this article helpful?

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