Skip to content

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-catalyst-latest';

Signature:

export interface TableRow

Links to this page: