1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. EscRange

EscRange

    A Range defines a range within an environment definition.

    Properties

    • environment string optional
      The name of the environment.
    • begin EscPos required
      The beginning of the range.
    • line integer required
      Line is the source code line where this position points. Lines are counted starting at 1 and incremented for each newline character encountered.
    • column integer required
      Column is the source code column where this position points. Columns are counted in visual cells starting at 1, and are incremented roughly per grapheme cluster encountered.
    • byte integer required
      Byte is the byte offset into the file where the indicated position begins.
    • end EscPos required
      The end of the range.
    • line integer required
      Line is the source code line where this position points. Lines are counted starting at 1 and incremented for each newline character encountered.
    • column integer required
      Column is the source code column where this position points. Columns are counted in visual cells starting at 1, and are incremented roughly per grapheme cluster encountered.
    • byte integer required
      Byte is the byte offset into the file where the indicated position begins.