wdpr
    Preparing search index...

    Interface IfExprData

    Data for [[#ifexpr expression | then | else]] conditionals. Evaluates the expression numerically and branches on the result.

    interface IfExprData {
        else: Element[];
        expression: string;
        then: Element[];
    }
    Index

    Properties

    Properties

    else: Element[]
    expression: string
    then: Element[]