TableCellChange
Unofficial
A document change produced by updating a table cell.
Import:
import type { TableCellChange } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface TableCellChangeProperties
| Property | Type | Description | |
|---|---|---|---|
| from | number | Start offset of the change. | |
| insert | string | Text to insert in place of the replaced range. | |
| to | number | End offset of the change. |
Links to this page: