Summary
Concatenates arrays together.
Description
Used to merge two arrays
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
arr | array | yes | The first array to concatenate |
arrayN | array | yes | Array to concatenate into a new array |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
combinedArray | array | The concatenation of the args |