Loc
Loc interface
Location within a Markdown document
Signature:
export interface Loc
Properties
Property | Modifiers | Type | Description |
---|
col | | number | Column number. |
line | | number | Line number. 0-based. |
offset | | number | Number of characters from the beginning of the file. |