Actions
Javascript code executions
Overview
Actions are javascript function calls that can send contextual parameters from your application. Uncodie allows you to create any custom action for your application.
Setup
Actions depend upon events to be triggered, once the event is triggered by the app your selected Action will be triggered, for events setup see:
Default Actions
Variable Setting
Use this action to easily set a variable state in the app, for more information see:l
Queries Refreshing
Use this action to easily refresh a Querie loaded on the screen
Select and Navigate
Use this action to easily select a property in your component data source and pass it as a URL param for the Route Context to the next screen, for more information see:
Use Cases
Adding Custom Logic
You can add custom logic to your app by creating actions tailored to your app's most common use cases and triggering those actions from your app events.
Creating a Javascript Action
Custom Logic
Navigate to the Events section of the IDE
Select New Event
Select your action trigger
Select No Code
Importing a Script
You can use any external script and pass the parameters you require to use it, see:
Last updated
Was this helpful?