vdl-css
An attribute that controls the application of CSS classes of the element that it is placed on based on the truthyness of its expression value(s).
Example
<div vdl-css="={warning: BoolFlag, error: OtherBoolFlag}">Message</div>
Attributes
vdl-css | Boolean expression that controls the application of the CSS classes of the element this attribute is placed on. | accepts expression | required |
---|