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
  • User Variables

Was this helpful?

  1. Figma Plugin
  2. Variables

Session Context

Variables that are provided by the user management system when enabled.

Overview

You can use these variables for data binding, visual logic, scripts, or query parameters, and will be some of the most recurrent start points for your application.

User Variables

Access this context to bind or use the currently logged-in user in your app to your queries, logic or UI.

Name
Type
Description

id

string

unique identifier of the user in the database

email

string

email of the client who is going to be register on project's database

name

string

name of the client who is going to be register on project's database

image_url

string

image url of the client who is going to be register on project's database

PreviousRoute VariablesNextWindow Variables

Last updated 1 year ago

Was this helpful?

⚙️