wdpr
    Preparing search index...

    Interface IfCondData

    Data for [[#if value | then | else]] conditionals. Simple truthy check — false values: "false", "null", "", "0".

    interface IfCondData {
        condition: string;
        else: Element[];
        then: Element[];
    }
    Index

    Properties

    Properties

    condition: string
    else: Element[]
    then: Element[]