# Interface: CommentNode
### Properties
* [data](#data)
* [nodeName](#nodename)
* [parentNode](#parentnode)
* [sourceCodeLocation](#sourcecodelocation)
---
## Properties
### data
**● data**: *`string`*
Comment text.
___
### nodeName
**● nodeName**: *"#comment"*
The name of the node.
___
### parentNode
**● parentNode**: *Node*
Parent node.
___
### `` sourceCodeLocation
**● sourceCodeLocation**: *[Location](../../source-code-location/location.md)*
Comment source code location info. Available if location info is enabled via [ParserOptions](../../options/parser-options.md).
___