Defined in: node_modules/@types/mdast/index.d.ts:1017
Markdown GFM table row.
children:
TableCell
[]
Defined in: node_modules/@types/mdast/index.d.ts:1025
Children of GFM table row.
optional
data:TableRowData
Defined in: node_modules/@types/mdast/index.d.ts:1029
Data associated with the mdast GFM table row.
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:
"tableRow"
Defined in: node_modules/@types/mdast/index.d.ts:1021
Node type of mdast GFM table row.