Logic-less templates to render text content.
Reference - mustache
None
Expression:Render
Parameter Template
: a template string for rendering
For example
Hello, {{name}}
Parameter View
:
JSON string : variables in JSON string
For example
xxxxxxxxxx
{"name":"Construct2"}
The render result is
Hello, Construct2
Ignored : variables in built-in dictionary (sample capx)
Set value
Action:Set value
Action:Clean
Get value
Expression:Value(name)
, to read value back
Expression:Value(name, defaultValue)
, returns defaultValue
if variable is not existedSave & load
Expression:VariablesAsJSON
Action:Load from JSON
Left delimiter
, Right delimiter
Action:Set delimiters