Copy properties from source to dest. Similar to Object.assign, but only copies properties that exist in source, dest and propList.
source object
destination object
list of properties to copy
Generated using TypeDoc
Copy properties from source to dest. Similar to Object.assign, but only copies properties that exist in source, dest and propList.