Overview

In this section, you will find the description of how to create a custom action and details of the methods it implements.

Introduction

In Beagle, an action deals with the behaviors (functions) that will be executed in your application as soon as a certain event is triggered. These actions can be Beagle’s own standard or custom actions.

To see standard beagle actions Action types.


Custom Action

This sections lists how to create and trigger a custom action

Asynchronous Custom Action

Creating an asynchronous custom action