Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INode

The DOM node.

Hierarchy

Index

Properties

Properties

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