Delete Success Event

Delete Success Event - app.record.index.delete.submit.success

An event triggered after the record has been successfully deleted, when clicking "Delete" on the record list page.

Function

app.record.index.delete.submit.success

Properties of the Event Object

PROPERTY TYPE DESCRIPTION
type String The event type.
app.record.index.delete.submit.success will be returned.
appId Number The App ID.
recordId String The Record ID.

Available Event Object Actions

Limitations

  • This event is only available on the Desktop, and not on the mobile.
  • Refer to the Limitations section of the following article for more details:
    Event Handling