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