Multikey.prototype.clone(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; },): Multikey
Clones this instance, optionally updating it with the given values.
The values to update the clone with.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; }
The cloned instance.