Member Junction
    Preparing search index...

    A {% for x in arr %}...{% endfor %} loop

    interface MJLoopBlock {
        body: MJSQLFragment;
        iterable: string;
        raw: string;
        type: "mj_loop";
        variable: string;
    }
    Index

    Properties

    SQL content inside the loop body

    iterable: string

    Iterable expression (e.g., "statusList")

    raw: string

    Original raw text of the entire block

    type: "mj_loop"
    variable: string

    Loop variable name (e.g., "status")