Scripting
Jump to navigation
Jump to search
In Waltz, most parameters of nodes as well as all references between nodes are achieved through scripting using Waltz's built-in JavaScript engine. The scripting engine provides for basic object creation, declaring literal values, referencing other nodes, and performing more complex tasks by combing all these features.
| Expressions and Scripting | |
|---|---|
| Concepts | Script Expressions · JavaScript |
| Fundamentals | Constructors · Functions · Grammar · Operations · Outputs · Parameters · Referencing Nodes |
| Advanced Topics | Flow Control · Consumer Functions · Loops and Iterations · Reference Chains |
| Errors | Recursion · Script Exceptions · Syntax Errors · Try and Catch |