Loc
Official
Location within a Markdown document
Import:
import type { Loc } from 'obsidian';Signature:
export interface LocProperties
| Property | Type | Description | |
|---|---|---|---|
| col | number | Column number. 0-based. | |
| line | number | Line number. 0-based. | |
| offset | number | Number of characters from the beginning of the file. |
Links to this page: