Actions
Javascript code executions
Last updated
Was this helpful?
Javascript code executions
Last updated
Was this helpful?
Actions are javascript function calls that can send contextual parameters from your application. Uncodie allows you to create any custom action for your application.
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:
Use this action to easily set a variable state in the app, for more information see:l
Use this action to easily refresh a Querie loaded on the screen
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:
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.
Navigate to the Events section of the IDE
Select New Event
Select your action trigger
Select No Code
You can use any external script and pass the parameters you require to use it, see: