Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
Developers
Developers
  • 📖Documentation
    • Basic Concepts
      • Node JS
      • React
      • Postgres SQL
      • GraphQL
      • Git
      • API
  • 🔌API
    • Getting Started
      • Credentials
    • Users
      • Register User
    • Component Interface
      • Props
  • 🤖IDE
    • Getting started
    • Component View
      • CSS
      • Controller
      • Component
    • Compiler
    • Importing Code
      • Scripts
        • Manifest
      • Connectors
        • Manifest
      • Components
        • Manifest
    • Exporting Code
      • Design Systems
        • Custom React libraries
      • Guidelines
  • ⚙️Figma Plugin
    • Variables
      • Global Variables
      • Local Variables
      • Route Variables
      • Session Context
      • Window Variables
    • Actions
      • GraphQL Trigger
      • Refresh Query
      • Set Variable
      • Select and Navigate
  • 🎛️Settings
    • User Authentication
    • Git
    • External Deployment
    • Version Control
    • External DB Setup
    • SEO
Powered by GitBook
On this page
  • Overview
  • Setup
  • Default Actions
  • Variable Setting
  • Queries Refreshing
  • Select and Navigate
  • Use Cases
  • Adding Custom Logic
  • Creating a Javascript Action
  • Custom Logic
  • Importing a Script

Was this helpful?

  1. Figma Plugin

Actions

Javascript code executions

PreviousWindow VariablesNextGraphQL Trigger

Last updated 1 year ago

Was this helpful?

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

  1. Navigate to the Events section of the IDE

  2. Select New Event

  3. Select your action trigger

  4. Select No Code

Importing a Script

You can use any external script and pass the parameters you require to use it, see:

⚙️
Select and Navigate
Set Variable
Refresh Datasource Query
Logo
Logo
Logo
Manifest
Logo