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

PropertyTypeDescription
indexnumberIndex of the line in the document.
rownumberRow number of the line.

Links to this page: