diff --git a/docs/resources/control-flow/functions/action-flow-editor.md b/docs/resources/control-flow/functions/action-flow-editor.md index 87b85f7f..fe0339eb 100644 --- a/docs/resources/control-flow/functions/action-flow-editor.md +++ b/docs/resources/control-flow/functions/action-flow-editor.md @@ -16,7 +16,7 @@ Designing interactivity involves two steps: 1. Listening for Interaction (**Action Triggers**) 2. Responding to Interaction (**Actions**) -Action Triggers represent a specific event, while Actions are functions executed in response to the +**Action Triggers** represent a specific event, while **Actions** are functions executed in response to the triggered event. Common triggers are: - **On Tap**: Triggered on tapping on a widget or specifically buttons. @@ -30,20 +30,45 @@ Actions are tasks or operations that are performed in response to an event detec The Action Flow Editor is a visual, node-based editor used to configure the functions that run in response to a trigger. This editor simplifies the process of creating and managing business logic. -![Action Flow Editor](../../../../static/img/action-flow-editor.avif) +![Action Flow Editor](img/actions.avif) ### Action Triggers -The **Action Triggers** toolbar, located at the top of the editor, displays a list of available -triggers. Each trigger has its own separate node editor, allowing you to create distinct logic -flows for different events. When you switch between triggers, the node editor updates to display -the logic specific to the selected action trigger. +When you open the Action Flow Editor, no triggers are added by default. To add a trigger, simply search for and select the desired one from the available options. The Action Triggers bar, located at the left of the editor, displays all added triggers. -![Triggers](../../../../static/img/action-flow-editor-triggers.avif) +:::info +To learn more about **Action Triggers** and its types, refer [**here**](action-triggers.md). +::: + +