Variable SetPersistentVariablePlaceholderConst

SetPersistentVariablePlaceholder: Placeholder = ...

Directive to set the value of a persistent variable. If the variable does not exist, it will be created. The placeholder will always be replaced with an empty string.

Syntax: {{set x:y}}, where x is the name of the variable to set and y is the value to set it to.

Generated using TypeDoc