<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`Loc`](Loc) ## Loc interface Location within a Markdown document **Signature:** ```typescript export interface Loc ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`col`](Loc/col) | | <code>number</code> | Column number. | | [`line`](Loc/line) | | <code>number</code> | Line number. 0-based. | | [`offset`](Loc/offset) | | <code>number</code> | Number of characters from the beginning of the file. |