| Method | Description | Returns |
|---|---|---|
| get(string $key) | Get a variable from the data | mixed |
| getAtPath(string $key, string $path) | Treat data element as (multidimensional) associative array get the value from the property path provided using dot notation | mixed |
| set(string $key, $value) | Set a variable in the data | mixed |
| setAtPath(string $key, string $path, $value) | Treat data element as (multidimensional) associative array assign the value to the property path provided using dot notation | mixed |
Loop Element Run Data (Frontend)
Class to allow data to be exchanged between different actions of a loop element, but without affecting the outer batch