Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContainerNode

The DOM node that can have children.

Hierarchy

Index

Properties

children

children: INode[]

The list of node children.

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