augment-vir - v31.27.0
    Preparing search index...

    Type Alias ElementTree

    A tree of child elements.

    type ElementTree = {
        children: ElementTree[];
        element: Element;
    }
    Index

    Properties

    Properties

    children: ElementTree[]
    element: Element