Events
This article lists the Events that Grading API provides, and details how to bind function callbacks to these events. These events are usually fired by user actions, or specific events occurring while using the Grading API product.
- attachitem:complete
- attachitem:error
- attachitem:start
- detachitem:complete
- detachitem:error
- detachitem:start
- save:complete
- save:error
- save:start
Best Practices
To accurately listen to any of the listed events, you should set up your event listeners immediately after initializing the API.