TableCellOffsets
Unofficial
Offsets of a table cell within the whole document.
Import:
import type { TableCellOffsets } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface TableCellOffsetsProperties
| Property | Type | Description | |
|---|---|---|---|
| end | number | End offset of the cell, including trailing padding. | |
| start | number | Start offset of the cell, including leading padding. | |
| textEnd | number | End offset of the cell's text, excluding trailing padding. | |
| textStart | number | Start offset of the cell's text, excluding leading padding. |
Links to this page: