mergeVirtualArrays
Merges the new array into the existing array
Presentation
function mergeVirtualArrays (
feature: string,
entity: string,
newArray: VirtualArrayContents ,
existingArray: VirtualArrayContents ,
): VirtualArrayContents ;
Returns
Parameters
Name | Type | Description |
---|---|---|
feature | string | the name of the feature the arrays are pointing to |
entity | string | the name of the entity the arrays are pointing to |
newArray |
| the new array |
existingArray |
| the existing array |