HSString
TypeA reactive string container. Pass to .text() to get automatic
re-renders when .set() is called from JavaScript.
Properties
Methods
set(newValue) -> None
Update the string value, triggering a re-render if bound to a UI element
Declaration
set(newValue) -> None
Parameters
| Name | Type | Description |
|---|---|---|
| newValue | string | The new string |
Returns
None