Defined in: node_modules/@types/mdast/index.d.ts:1063
Markdown text.
optional
data:TextData
Defined in: node_modules/@types/mdast/index.d.ts:1071
Data associated with the mdast text.
optional
position:Position
Defined in: node_modules/@types/unist/index.d.ts:103
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
type:
"text"
Defined in: node_modules/@types/mdast/index.d.ts:1067
Node type of mdast text.
value:
string
Defined in: node_modules/@types/mdast/index.d.ts:472
Plain-text value.