Skip to main content

resolvePathByArray

Functions

buildErrorSuggestions(current)Array.<string>
resolvePathByArray(object, parts, [missingPropertyHandler])*

buildErrorSuggestions(current) ⇒ Array.<string>

Kind: global function

ParamType
currentObject

resolvePathByArray(object, parts, [missingPropertyHandler]) ⇒ *

Kind: global function
Throws:

  • Error if a path can not be resolved
ParamTypeDescription
objectobject
partsArray.<string>
[missingPropertyHandler]functionAllows custom handling of missing properties