Skip to content

Type Editor


Type Editor / @type-editor/tables / utils/convert / TableCellMatrix

Type Alias: TableCellMatrix

ts
type TableCellMatrix = ReadonlyArray<ReadonlyArray<PmNode | null>>;

Defined in: tables/src/utils/convert.ts:10

A matrix representation of table cells, where each element is either a Node (for the top-left cell of a merged region) or null (for continuation cells that are part of a merged cell spanning from above or left).