Variable ResetPersistentVariablePlaceholderConst

ResetPersistentVariablePlaceholder: Placeholder = ...

Directive to reset the value of a persistent variable to its initial value. If the variable does not exist, nothing will happen. The placeholder will always be replaced with an empty string.

Syntax: {{reset x}}, where x is the name of the variable to reset.

Generated using TypeDoc