A reactive string container. Pass to .text() to get automatic re-renders when .set() is called from JavaScript.
.text()
.set()
Readonly
The current string value
Update the string value, triggering a re-render if bound to a UI element
The new string
A reactive string container. Pass to
.text()to get automatic re-renders when.set()is called from JavaScript.