resolvePath
resolvePath(object, path, [missingPropertyHandler]) ⇒ *
Kind: global function
Throws:
Error
if a path can not be resolved
Param | Type | Description |
---|---|---|
object | object | |
path | string | separated with forward slash "/" |
[missingPropertyHandler] | function | Allows custom handling of missing properties |