Const
Directive to get the value of a persistent variable. If the variable does not exist, the placeholder will be replaced with an empty string.
Syntax: {{get x}}, where x is the name of the variable to get.
{{get x}}
x
Generated using TypeDoc
Directive to get the value of a persistent variable. If the variable does not exist, the placeholder will be replaced with an empty string.
Syntax:
{{get x}}
, wherex
is the name of the variable to get.