Table

Markdown GFM table.

Extends

Properties

align?

optional align: null | AlignType[]

How cells in columns are aligned.

Defined in

node_modules/@types/mdast/index.d.ts:998


children

children: TableRow[]

Children of GFM table.

Overrides

Parent.children

Defined in

node_modules/@types/mdast/index.d.ts:1002


data?

optional data: TableData

Data associated with the mdast GFM table.

Overrides

Parent.data

Defined in

node_modules/@types/mdast/index.d.ts:1006


position?

optional position: Position

Position of a node in a source document.

Nodes that are generated (not in the original source document) must not have a position.

Inherited from

Parent.position

Defined in

node_modules/@types/unist/index.d.ts:103


type

type: "table"

Node type of mdast GFM table.

Overrides

Parent.type

Defined in

node_modules/@types/mdast/index.d.ts:994