vdl-text
Replace the text content of the element this attribute is assigned to. The existing contents, text or markup will be removed and the resolved vdl-text value will be put in its place.
Example
<span vdl-text="='Selected country: ' + scenario.entities.SelectedCountry.label"></span>
Attributes
vdl-text | The text to write into the element. | accepts expression | required |
---|