Lime Web Components API Documentation - v6.27.0
    Preparing search index...

    Type Alias ConditionTypeBeta

    ConditionType: "limeobject" | "action" | string & {}

    Type identifier for a condition

    Specifies the kind of subject the condition evaluates.

    • 'limeobject': Condition evaluates LimeObject instances
    • 'action': Condition evaluates Action instances Custom string types can also be used for domain-specific conditions

    No longer needed. A RulePrimitive declares the context keys it reads via reads instead of a single subject type.