Template variables
In your view templates, you can specify inline variables using the <let>
custom element.
The <let>
element supports working with interpolation strings, plain strings, referencing view model variables, and other let bindings within your templates.
You could then display this value using its camelCase variant:
You can bind to variable values in a <let>
too:
Last updated