Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Overview
  • Setup
  • Use Cases
  • Data Binding
  • States
  • UX
  • Local Variables
  • Context Variables
  • Router Context
  • Session Context

Was this helpful?

  1. Basic Concepts

Variables

Local and Context Variables for your application

PreviousNavigationNextData Sources

Last updated 1 year ago

Was this helpful?

Overview

You can make use of variables available at different scopes in the app structure. This will impact the app reloading and caching and the general performance of your project.

For a more advanced usage of variables see:

Setup

  1. Open your IDE in Figma

  2. Navigate to the Variables section

  3. Select the Scope of your variable

  4. Create a variable that will be available in the selected context

Use Cases

Data Binding

Use a variable to expose the var value in any component or CSS property.

For more information on data binding in Uncodie see:

States

Change components variants, or components visibility using variable values.

For more information using variants see:

UX

Navigate, and change screen behavior or user capabilities and permissions according to variables in your app.

Local Variables

Local context variables are component variables inherited from all the component children elements

Context Variables

Context variables are global variables available in all the applications.

Router Context

Router variables are params set in the URL of the screen that can be used to perform queries or app UX optimizations, for more information see:

Session Context

These are variables related to the user session in the app, such as email, user name, etc.

For more information in User Authentication settings see:

📖
🔤
🔍Data Binding
Variants
Variables | Documentation | 1.0
Router Variables
Logo
Logo
User Authentication
Logo