CodeFilePosition

CodeFilePosition

TypeScript Interface

Definition

interface CodeFilePosition

Methods & Properties

Start line number (1-based)

Start column number (1-based)

End line number (1-based)

End column number (1-based)