ArrayGetObject Op

ArrayGetObject

get an object from an array


<p>Returns a single object from an array based upon the index.</p>


Full Name
  • Ops.Array.ArrayGetObject
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


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>


Patches using ArrayGetObject

  • Examples
  • Public
  • My Patches