Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 676 Bytes

File metadata and controls

21 lines (14 loc) · 676 Bytes
title weight type description
Overview
1
overview
You will find here the description on how to create a Custom Action and details about its methods.

Introduction

An action (Action) is a Beagle component that can be called through events triggered by other components, (including other actions)

Beagle already has some predefined actions, however it is possible to create custom actions.

{{% alert color="danger" %}} It is mandatory to add the @Transient tag for all attributes in the classes that will represent the actions so that they are not taken into account in the component serialization and deserialization. {{% /alert %}}