Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDataNode

The DOM node that contains textual data.

Hierarchy

Index

Properties

data

data: string

The text contained the the node.

end

end: number

The index where the node ends.

nodeType

nodeType: NodeType

The type of the node.

parent

parent: null | IContainerNode

The parent of the node.

start

start: number

The index where the node starts.

Generated using TypeDoc