Documentation

    Interface TwingTemplateNode

    interface TwingTemplateNode {
        attributes: TwingTemplateNodeAttributes;
        children: TwingTemplateNodeChildren;
        column: number;
        embeddedTemplates: TwingTemplateNode[];
        line: number;
        tag: null | string;
        type: "template";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    column: number
    embeddedTemplates: TwingTemplateNode[]
    line: number
    tag: null | string
    type: "template"
    MMNEPVFCICPMFPCPTTAAATR