PropertyValue.prototype.clone(values?: { id?: URL | null; name?: ; value?: ; },options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; },): PropertyValue
Clones this instance, optionally updating it with the given values.
optional
values: { id?: URL | null; name?: ; value?: ; }
The values to update the clone with.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; }
The cloned instance.