Member Junction
    Preparing search index...

    A single branch within a conditional block

    interface MJBranch {
        body: MJSQLFragment;
        condition: string | null;
    }
    Index

    Properties

    Properties

    SQL content inside this branch

    condition: string | null

    Condition expression string, or null for {% else %}