dotNotation
Supports MongoDB-style 'dot notation' properties.
set.props.dotNotation(dotProperty)
Defines a property that specifies a MongoDB-style nested property match.
For example, a set property of "address.city" matches against the value of the nested {address: {city}}
value.
set.props.dotNotation("address.city")
Parameters
- dotProperty
{String}
:The MongoDB-style nested property name