Variable IncrementPersistentVariablePlaceholderConst

IncrementPersistentVariablePlaceholder: Placeholder = ...

Directive to increment a persistent counter variable by 1. Replaced with the new value of the counter.

Syntax: {{increment:x}}, where x is the name of the counter variable. If the variable does not exist, it will be created with a value of 1.

Generated using TypeDoc