# Interface: CommentToken ### Properties * [text](#text) * [sourceCodeLocation](#sourcecodelocation) --- ## Properties ### text **● text**: *`string`* Comment text ___ ### `` sourceCodeLocation **● sourceCodeLocation**: *[Location](../../../parse5/docs/source-code-location/location.md)* Comment source code location info. Available if location info is enabled via [SAXParserOptions](../sax-parser-options.md) ___