-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
docs to doDocumentation still needs doing before this can get releasedDocumentation still needs doing before this can get releasedenhancementNew feature or requestNew feature or request
Description
Currently variables written directly in HTML looks like this: {$varname}. A need has arisen for there to be an additional syntax for fetching a variable based on a string name. An old programming term for that is "variable substitution".
Something like {${$varnameString}} and {${"varname"}}.
The inner parentheses, or whatever it ends up being, would be needed in case this was needed: {${$obj.varName}}.
This would then spill over into the syntax for if statements, etc., and look like ${$varnameString} and ${"varname"}.
It would also need to work like that in run command JS blocks and {= =} JS expressions.
Metadata
Metadata
Assignees
Labels
docs to doDocumentation still needs doing before this can get releasedDocumentation still needs doing before this can get releasedenhancementNew feature or requestNew feature or request