Supervisely
CtrlK
About SuperviselyEcosystemContact usSlack
  • 💻Supervisely Developer Portal
  • 🎉Getting Started
    • Installation
    • Basics of authentication
    • Intro to Python SDK
    • Environment variables
    • Supervisely annotation format
    • Python SDK tutorials
    • Command Line Interface (CLI)
    • Connect your computer
  • 🔥App development
    • Basics
    • Apps with GUI
    • Custom import app
    • Custom export app
    • Neural Network integration
    • Advanced
      • Advanced debugging
      • How to make your own widget
      • Tutorial - App Engine v1
        • Chapter 1 Headless
        • Chapter 2 Modal Window
        • Chapter 3 UI
          • Part 1 — While True Script [It's all what you need]
          • Part 2 — UI Rendering [Simplest UI Application]
          • Part 3 — APP Handlers [Handle Events and Errors]
          • Part 4 — State and Data [Mutable Fields]
          • Part 5 — Styling your app [Customizing the UI]
        • Chapter 4 Additionals
      • Custom Configuration
      • Autostart
      • Coordinate System
      • MLOps Workflow integration
      • Multi-User Session Management
    • Widgets
  • 😎Advanced user guide
    • Objects binding
    • Automate with Python SDK & API
  • 🖥️UI widgets
    • Element UI library
    • Supervisely UI widgets
    • Apexcharts - modern & interactive charts
    • Plotly graphing library
  • 📚API References
    • REST API Reference
    • Python SDK Reference
Powered by GitBook
On this page

Was this helpful?

Edit
  1. 🔥App development
  2. Advanced
  3. Tutorial - App Engine v1

Chapter 3 UI

Table of contents

  • Part 1 — While True Script [It's all what you need]

  • Part 2 — UI Rendering [Simplest UI Application]

  • Part 3 — APP Handlers [Handle Events and Errors]

  • Part 4 — State and Data [Mutable Fields]

  • Part 5 — Styling your app [Customizing the UI]

PreviousPart 2 — States and Widgets [Customize modal window]NextPart 1 — While True Script [It's all what you need]

Last updated 3 years ago

Was this helpful?