Reference
Version note: this reference describes Nanook 1.x (JavaScript). Since 2.0 (March 2026) Nanook is TypeScript/ESM; Processor is now TestcaseProcessor, TDGServiceRegistry is DataGeneratorRegistry. The current reference is on this site: API reference, 3.x rows, generated from the repository.
Reference
When traversing the tables we first build a graph representing the data generation order. The graph is build out of this nodes
Kind: global class
reference.targetIdentity
The target identity is used to identify if a reference points to the same target in the same instance
Kind: instance property of Reference
reference.clone(recursiv)
Clones the current reference
Kind: instance method of Reference
| Param | Type | Default | Description |
|---|---|---|---|
| recursiv | boolean |
false |
if true, then also the target node will be cloned recursivly |