svelte-ast-print - v1.0.0
    Preparing search index...

    An {#if ...} block

    interface IfBlock {
        alternate: null | Fragment;
        consequent: Fragment;
        elseif: boolean;
        end?: number;
        start?: number;
        test: Expression;
        type: "IfBlock";
    }

    Hierarchy

    • BaseNode
      • IfBlock
    Index

    Properties

    alternate: null | Fragment
    consequent: Fragment
    elseif: boolean
    end?: number
    start?: number
    type: "IfBlock"