resolvePathByArray
Functions
-
buildErrorSuggestions(current) ⇒
Array.<string> -
resolvePathByArray(object, parts, [missingPropertyHandler]) ⇒
*
buildErrorSuggestions(current) ⇒ Array.<string>
Kind: global function
| Param | Type |
|---|---|
| current | Object |
resolvePathByArray(object, parts, [missingPropertyHandler]) ⇒ *
Kind: global function
Throws:
Errorif a path can not be resolved
| Param | Type | Description |
|---|---|---|
| object | object | |
| parts | Array.<string> | |
| [missingPropertyHandler] | function | Allows custom handling of missing properties |