Variable DeletePersistentVariablePlaceholderConst

DeletePersistentVariablePlaceholder: Placeholder = ...

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

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

Generated using TypeDoc