Lime Web Components API Documentation - v7.2.0
    Preparing search index...

    Type Alias LimeObjectValue

    LimeObjectValue: string | number | boolean | null | string[]

    The value types stored in a LimeObject property.

    Lime object properties hold typed primitives defined by the limetype schema:

    • stringstring, text, phone, link, xml, option, and all date/time types (stored as ISO strings)
    • numberinteger, decimal, percent, and relation ids (user, belongsto, hasone)
    • booleanyesno
    • string[]set (array of option keys)
    • null — when the property has no value

    hasmany / hasandbelongstomany relations are managed through separate commands. Files are accessed via LimeObject.getFile and are not represented as a property value.