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

    Type Alias LimeObjectContext

    LimeObjectContext: LimeWebComponentContext & { id: number; limetype: string }

    A LimeWebComponentContext bound to a specific Lime object.

    Narrows the context so that both limetype and id are required. Use this anywhere the consumer needs guaranteed access to a single record — for example property panels, detail views, or operations that target one object.