Hierarchy

Properties

attrs: Attribute[]

List of element attributes.

childNodes: ChildNode[]

The node's children.

The content of a template tag.

namespaceURI: NS

Element namespace.

nodeName: "template"

Element tag name. Same as tagName.

parentNode: null | ParentNode

Parent node.

sourceCodeLocation?: null | ElementLocation

Element source code location info, with attributes. Available if location info is enabled.

tagName: "template"

Element tag name. Same as nodeName.

Generated using TypeDoc