lz-target
The attribute lz-target
is used to specify which property of the reactive element to update.
By default, the value of "textContent"
is used.
If this attribute is not specified, Leeze.js will fall back to the default "textContent"
.
When updating the reactive element's content, Leeze.js checks this attribute to decide which property to change. Note that no checks are made for either the property name or the value.