interface Location

Represents a location within a text document.

Properties

readonly
row: number
readonly
column: number
readonly
position: number

Usage

import { type Location } from ".";