Initial commit
This commit is contained in:
16
references/bind-widget-values.md
Normal file
16
references/bind-widget-values.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user