Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Bind Widget Values to Variables (2025.23)
Source: `help-portal-0192dc472ba946989d05d444e598e265.md`.
## Overview
Bind widget values (for example, input controls) to variables for two-way data flow.
## Steps
1. Select widget → Bind value to variable.
2. Use script to read/write the bound variable.
3. Variable changes propagate to widget and vice versa.
## Notes
- Ensure variable types align with widget value types.
- Useful for centralized state management across widgets.