cloneProperties
cloneProperties(
properties):Record<string,AttributeNode>
Defined in: metadata-model.ts:266
Clone one object-property map of attribute nodes.
Parameters
Section titled “Parameters”properties
Section titled “properties”Record<string, AttributeNode>
Object-property map to clone.
Returns
Section titled “Returns”Record<string, AttributeNode>
A cloned property map with each attribute node copied recursively.