Defined in: node_modules/@types/mdast/index.d.ts:1040
Markdown GFM table cell.
children:
PhrasingContent
[]
Defined in: node_modules/@types/mdast/index.d.ts:1048
Children of GFM table cell.
optional
data:TableCellData
Defined in: node_modules/@types/mdast/index.d.ts:1052
Data associated with the mdast GFM table cell.
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:
"tableCell"
Defined in: node_modules/@types/mdast/index.d.ts:1044
Node type of mdast GFM table cell.