detachitem.start - Events - Grading API

Grading API Events

detachitem:start

Fired when the public method gradingApp.detachItem() is called.

You would want to be notified about this event firing, because you might want to update your application UI to indicate that the detaching of the attached Item has started, for example.

Examples

gradingApp.on('detachitem:start', function () {
    console.log('detachitem started');
});
Was this article helpful?

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