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

    Type Alias AndOrExpression

    type AndOrExpression = {
        exp: Expression[];
        op: AND | OR;
    }
    Index

    Properties

    Properties

    exp: Expression[]
    op: AND | OR