Skip to content

CellPosition

Unofficial

Specifies where to place the cursor within a table cell.

Any value other than 'end' or 'last-line' places the cursor at the start of the cell.

Import:

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

Signature:

export interface CellPosition