Properties > Targets
Property
The property
updater will update the matched element(s) by setting a property on the element(s) equal to the component property value (or computed use
value). The name of the property to be updated is passed as the value of this updater:
...
// will set a property named `total` on the matched element(s)
property: 'total',
...