Files
2025-11-30 08:55:33 +08:00

21 lines
653 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Text Widget & Dynamic Text (2025.23)
Source: `help-portal-bf11f30235854d6d852d00addb7fd1f6.md` (Use Text Widgets in Analytic Applications).
## Dynamic text sources
- Analytic application properties.
- Input controls.
- Tile filters & variables.
- Model variables.
- **Script variables** (Analytics Designer specific; values update automatically at runtime).
## APIs
- `getPlainText()` returns text with line breaks preserved.
- `applyText()` sets text; use `\n` for line breaks.
## Notes
- Text widget available in stories and analytic applications.
- Add via toolbar → **Text**.
- Script variables enable fully dynamic text scenarios.