Skip to content

TableCellOffsets

Unofficial

Offsets of a table cell within the whole document.

Import:

import type { TableCellOffsets } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface TableCellOffsets

Properties

PropertyTypeDescription
endnumberEnd offset of the cell, including trailing padding.
startnumberStart offset of the cell, including leading padding.
textEndnumberEnd offset of the cell's text, excluding trailing padding.
textStartnumberStart offset of the cell's text, excluding leading padding.

Links to this page: