Interface RowContentMap

This map registers all node types that are acceptable inside tables rows (not table cells).

This interface can be augmented to register custom node types that are acceptable inside table rows.

Example

declare module 'mdast' {
interface RowContentMap {
custom: Custom;
}
}

Hierarchy

  • RowContentMap

Properties

Properties

tableCell: TableCell

Generated using TypeDoc