Type Editor / @type-editor/tables / schema / TableNodes
Type Alias: TableNodes
ts
type TableNodes = Record<
"table" | "table_row" | "table_cell" | "table_header",
NodeSpec
>;Defined in: tables/src/schema.ts:226
Record type for the table node specifications.
Contains node specs for all four table-related node types.