Properties > Targets
Text
The text
updater will update the matched element(s) by setting their textContent
to the property value (or computed use
value). Any truthy value passed will trigger this updater:
...
// will update the matched element(s) `textContent`
text: true,
...