🟨Events

Before we get into Front-End Events, we need first to have an understanding of Front-End Actions. Front-End Actions are used to run routines from the frontend of your app. Each Front-End Action is comprised of a sequence of frontend events.

The rest of this section is a reference of all the different types of events that are available inside each Frontend Action that you create. We explain through examples, with common configurations how the different types of events work.

Please note two things:

  • Inside any frontend action, you can chain frontend events together to create a highly custom logic that runs on the frontend of your Dittofi app.

  • All of the events auto generate real JavaScript code that you view, edit and export from the Dittofi system.

Last updated