ArrayGetObject Op
get an object from an array
Summary (oneliner)
Returns a single object from an array based upon the index.
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)
must contain only objects
index (Number: integer)
The index of the array containing the object
OUTPUT PORTS
value (Object)
The object out from the index