Summary
Map
Description
Map input to an array of values
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
arr | array | yes | The input array (objects or values) to be mapped |
map | array | yes | An array of values that will be used as the map |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | Result of the map |