Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceLocation

Represents position of a symbol in a string.

Hierarchy

  • SourceLocation

Index

Properties

Properties

absolute

absolute: number

Absolute symbol position, stating from 0.

column

column: number

Horizontal symbol position, staring from 1.

line

line: number

Vertical symbol position, starting from 1.

Generated using TypeDoc