ArrayIteratorNumbers Op
Loop over every element of an array
Summary (oneliner)
<p>Similar to the repeat op but then for all values in an array</p>
Full Name
- Ops.Array.ArrayIteratorNumbers
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
exe (Trigger)
<p>Trigger the op</p>
array (Array)
<p>The array to iterate over</p>
OUTPUT PORTS
trigger (Trigger)
<p>Triggers all child ops array.length times</p>
index (Number)
<p>Index of the array <code>0 to array.length</code></p>
value (Number)
<p>Value of the current index in the array</p>