Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommentNode

The comment node <!-- … -->.

Hierarchy

Index

Properties

data

data: string

The text contained the the node.

end

end: number

The index where the node ends.

nodeType

nodeType: COMMENT

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