Returns an array of clones for the given array of Cell`. Depending on the value of includeChildren, a deep clone is created for each cell. Connections are restored based if the corresponding cell is contained in the provided in array.
The cells to clone
Boolean indicating if the cells should be cloned with all descendants.
Optional mapping for existing clones.
Returns an array of clones for the given array of Cell`. Depending on the value of includeChildren, a deep clone is created for each cell. Connections are restored based if the corresponding cell is contained in the provided in array.