Skip to content

Event Actions

Event actions allow you to listen to global events that are not element-specific and trigger after-actions when these events occur.

This boils down to Trigger event > Execute After-action.

Event Actions are often used, but not limited to:

  • Access control — protect pages from unauthorized users
  • Orchestration of requests — trigger multiple requests in a particular order
  • Redirecting — redirect the user after a successful request

Event Triggers

The following events are currently supported:

Event After-Actions