Get a property by name
Will throw an error containing the name of the missing property
the property specified by the name argument
const phoneProperty = dealLimetype.getProperty('company.phone')
name of property to get. Allows a path to be specified using dot notation to get properties of relations
Get a property by name
Throws
Will throw an error containing the name of the missing property
Returns
the property specified by the name argument
Example