Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextNode

Default tree adapter TextNode interface.

Hierarchy

Index

Properties

Optional ___location

___location: Location

Text node source code location info. Available if location info is enabled via Options.ParserOptions.

nodeName

nodeName: "#text"

The name of the node.

parentNode

parentNode: ParentNode

Parent node.

value

value: string

Text content.

Generated using TypeDoc