489 B
489 B
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
- Select widget → Bind value to variable.
- Use script to read/write the bound variable.
- Variable changes propagate to widget and vice versa.
Notes
- Ensure variable types align with widget value types.
- Useful for centralized state management across widgets.