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