onRecordSaved

The event occurs when a record is saved. You might want to do some additional tasks in that case.

   console.log("Record saved");

Last updated