Actions
Actions define the behavior of the app in response to user interactions with the app's elements or widgets. These actions can be triggered by various user gestures (or touch), such as tapping on a button, selecting an option from a dropdown list, or submitting form, on page load.
Actions can be simple or complex, depending on the app's requirements. Simple actions might include displaying a message, navigating to a new screen, or updating the value of a variable. Complex actions might involve making an API call or integrating with other third-party services using custom actions.
By defining actions in response to user interactions, you can create more engaging and intuitive user experiences.
Available Actions
Action Categories
🔄 State Management
Actions for managing application state and triggering UI updates.
🧭 Navigation
Actions for moving between pages and managing navigation stack.
🌐 API & Data
Actions for communicating with external services and handling data operations.
🎨 UI & Interaction
Actions for controlling user interface elements and user feedback.
📁 File & Media
Actions for handling file operations, media selection, and sharing.
⏱️ Timing & Events
Actions for controlling timing and triggering custom events.
How To add a Action
Select the widget from the Widget Panel where you want to add the action.
Locate the 'On Click' menu in the Properties Panel inside the Widget's Default Properties.
Tap on the '+' icon next to the 'On Click' menu.
Choose the desired action from the dropdown menu.
Last updated