Object Definition
This section describes the primary JSON keys used in the TUUCHO rendering engine. You will find each fundamental object’s capabilities and its intended purpose.
- id — Object identifiers
- component — Component definitions (the base of all UI elements)
- option — Option definitions for components (parameters to modify or extend features)
- style — Style definitions for components (all visual appearance settings)
- content — Content data for components (the actual UI element content)
- text — Multilingual text references
- color — Color definitions
- dimension — Dimension definitions
- action — Action definitions (e.g., navigation, form submission)
- validator — Validator definitions (form field validation rules)
For more practical examples, please refer to the Components Definition.