Skip to content

Loc

Official

Location within a Markdown document

Import:

import type { Loc } from 'obsidian';

Signature:

export interface Loc

Properties

PropertyTypeDescription
colnumberColumn number. 0-based.
linenumberLine number. 0-based.
offsetnumberNumber of characters from the beginning of the file.

Links to this page: