interface DocumentFragment {
    childNodes: ChildNode[];
    nodeName: "#document-fragment";
    sourceCodeLocation?: null | Location;
}

Properties

childNodes: ChildNode[]

The node's children.

nodeName: "#document-fragment"

The name of the node.

sourceCodeLocation?: null | Location

Comment source code location info. Available if location info is enabled.

Generated using TypeDoc