Function: getPropertyInPath
▸ getPropertyInPath(properties
, path
): PropertyOrBuilder
| undefined
Get a property in a property tree from a path like
address.street
Parameters
Name | Type |
---|---|
properties | PropertiesOrBuilders <any > |
path | string |
Returns
PropertyOrBuilder
| undefined