app-workflow_engine

On this page:

copyWithin

Summary

Copies part of an array within the same array.

Description

Shallow copies part of an array to another location in the same array and returns it, without modifying its size.

Route

No Northbound API Available

Roles

Parameters

DetailsExampleSchema
Name Type Required Description
arr array yes The array to copy
target number yes Zero based index at which to copy the sequence to
start number no Zero based index at which to start copying elements from
end number no Zero based index at which to end copying elements from

Return

DetailsExampleSchema
Name Type Description
copiedArray array The modified array