Table

Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:990

Markdown GFM table.

Extends

Properties

align?

optional align?: null | AlignType[]

Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:998

How cells in columns are aligned.


children

children: TableRow[]

Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:1002

Children of GFM table.

Overrides

Parent.children


data?

optional data?: TableData

Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:1006

Data associated with the mdast GFM table.

Overrides

Parent.data


position?

optional position?: Position

Defined in: node_modules/.bun/@types+unist@3.0.3/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.

Inherited from

Parent.position


type

type: "table"

Defined in: node_modules/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:994

Node type of mdast GFM table.

Overrides

Parent.type