vdl-if
An attribute that controls the insertion of the element that it is placed on, into the DOM when it's expression value is truthy.
Example
<div vdl-if="=scenario.entities.BoolFlag.value">BoolFlag is true</div>
Attributes
vdl-if | Boolean expression that controls the existence of the element this attribute is placed on. | accepts expression | required |
---|