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

    Type Alias LimeTypeContext

    LimeTypeContext: LimeWebComponentContext & { limetype: string }

    A LimeWebComponentContext bound to a Lime type without targeting a specific object.

    Narrows the context so that limetype is required while id may still be null. Use this anywhere the consumer works with the limetype as a whole — for example list views, type-level configuration, or operations over a set of objects of one limetype.