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

    Type Alias LimeObjectSystemProperties

    The system properties managed by the platform on every Lime object.

    These are the underscore-less names used on hydrated LimeObjects after the runtime normalizes a raw record. Raw records returned by query repositories carry the same fields with a _ prefix; see LimeObjectRecord.

    type LimeObjectSystemProperties = {
        createdtime: string;
        descriptive: string;
        id: number;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    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