Skip to content

LineHandle

Unofficial

Handle referencing a specific line in the editor document.

Import:

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

Signature:

export interface LineHandle

Properties

Property Type Description
index number Index of the line in the document.
row number Row number of the line.

Links to this page: