Skip to content

TableCellChange

Unofficial

A document change produced by updating a table cell.

Import:

import type { TableCellChange } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface TableCellChange

Properties

PropertyTypeDescription
fromnumberStart offset of the change.
insertstringText to insert in place of the replaced range.
tonumberEnd offset of the change.

Links to this page: