Initializing help system before first use

Using VDL Expressions

Expressions are statements used to insert dynamic content into a VDL page or programmatically control layout and data flow.
They are specified as attributes of VDL components - we examined a simple expression in the earlier section Creating a First VDL View.
<p vdl-text="=scenario.entities.Return.value"></p>
An expression is denoted by an equals sign = at the start of an attribute value. Everything after the equals sign is evaluated and re-evaluated when any referenced entities change.

Not all VDL attributes accept expressions. The VDL Reference enumerates all of the available standalone attributes and attributes within VDL tags. The accepts expression flag indicates when attributes accept expressions.