@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A parsed XML template document.

    interface TemplateDocument {
        children: readonly TemplateNode[];
    }
    Index

    Properties

    Properties

    children: readonly TemplateNode[]

    Top-level text and block nodes.