getByPath
Since v3.3.0
Read a nested value from row by pre-parsed path segments. Returns
undefined on any nullish/non-object hop. Prototype-pollution safe.
function getByPath(row: unknown, path: readonly string[]): unknownParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
row | unknown | |
path | readonly string[] |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt