A Lime object

Hierarchy

  • LimeObject

Indexable

[property: string]: any

Properties

createdtime: string

The created time of the limeobject

descriptive: string

Descriptive of the limeobject

id: number

Id of the lime object

timestamp: string

The last time the limeobject updated

Methods

  • Beta

    Get an attached file

    Returns

    the file if it exists, otherwise undefined

    Parameters

    • name: string

      name of the file property

    Returns LimeFile

  • Get the limetype of the object

    Returns

    the limetype

    Returns LimeType

  • Get the value of a property by name

    Returns

    the value of the specified property. If it is a relation, the related LimeObject will be returned

    Parameters

    • name: string

      name of property to get the value of. Allows a path to be specified using dot notation to get the value of a related property

    Returns any