TableRow
Unofficial
A row in a markdown table, containing cells indexed by column.
At runtime this is a plain Array of TableCell instances. Obsidian’s Array.prototype extensions (first, last, etc.) are available on every row.
Import:
import type { TableRow } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface TableRowLinks to this page: