("<node-name>").all(branchIndex?: number, runIndex?: number)
#
This gives access to all the items of the current or parent nodes. If you don't supply any parameters, it returns all the items of the current node.
Getting items#
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
Accessing item data#
Get all items output by a previous node, and log out the data they contain:
1 2 3 4 |
|
1 2 3 4 5 6 |
|