resolvePath
resolvePath(object, path, [missingPropertyHandler]) ⇒ *
Kind: global function
Throws:
Errorif 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 |