• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Interface: TextToken
2
3### Properties
4
5* [text](#text)
6* [sourceCodeLocation](#sourcecodelocation)
7
8---
9
10## Properties
11
12<a id="text"></a>
13
14###  text
15
16**● text**: *`string`*
17
18Text content
19
20___
21
22<a id="sourcecodelocation"></a>
23
24### `<Optional>` sourceCodeLocation
25
26**● sourceCodeLocation**: *[Location](../../../parse5/docs/source-code-location/location.md)*
27
28Text content source code location info. Available if location info is enabled via [SAXParserOptions](../sax-parser-options.md)
29
30___
31