svelte-ast-print - v0.6.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 (View Summary)

    Index

    Properties

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