save.activity.success - Events - Author API

Author API Events

save:activity:success

Fires after an Activity has successfully saved.

You would want to be notified about this event firing, because you might want to display a custom success message in your application, for example.

Examples

authorApp.on('save:activity:success', function () {
    console.log('This code executes when an Activity has successfully saved.');
});

Callback arguments

  • activityJson object

    JSON of the Activity that has successfully saved.

Related articles

Was this article helpful?

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