NodeContent.Kind

Values

ValueMeaning
node

A child node

text

Raw text (not escaped in the output)

interpolation

A D expression that will be converted to text at runtime (escaped as necessary)

rawInterpolation

A D expression that will be converted to text at runtime (not escaped)

Meta