ArrayGetObject Op
get an object from an array
Summary (oneliner)
<p>Returns a single object from an array based upon the index.</p>
Full Name
- Ops.Array.ArrayGetObject
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayGetObject Example
INPUT PORTS
array (Array)
<p>must contain only objects</p>
index (Number:
<i>integer</i>
)<p>The index of the array containing the object</p>
OUTPUT PORTS
value (Object)
<p>The object out from the index</p>