Hierarchy

  • LimeType

Properties

acl: Acl
label: string
localname: {
    plural: string;
    singular: string;
}

Type declaration

  • plural: string
  • singular: string
name: string
properties: Record<string, LimeProperty>

Methods

  • 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

    const phoneProperty = dealLimetype.getProperty('company.phone')
    

    Parameters

    • name: string

      name of property to get. Allows a path to be specified using dot notation to get properties of relations

    Returns LimeProperty