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

    Type Alias InExpression

    type InExpression = {
        exp: ExpressionValue[];
        key: string;
        op: IN;
    }
    Index

    Properties

    Properties

    key: string
    op: IN