Interface Iteration
Hierarchy
- PropertyPathTraversalLimits
- Iteration (View Summary)
Properties
OptionalmaxDepth
maxDepth?: number
Maximum number of property-key segments traversed beneath a selected prefix, or beneath the root when no prefix
is supplied. A value of 0 selects only the prefix itself when the iterator supports a prefix.
OptionalmaxResults
maxResults?: number
Maximum number of paths or entries yielded by one traversal. Reaching this limit truncates normally.
OptionalmaxVisits
maxVisits?: number
Maximum number of object properties or trie nodes processed during iterative traversal. Exceeding this limit throws.
Limits for insertion-order entries, keys, and values iterators.