Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPosition

A zero-based position in the editor.

Hierarchy

  • JSONObject
    • IPosition

Indexable

[key: string]: JSONValue

A zero-based position in the editor.

Index

Properties

Properties

column

column: number

The cursor column number.

line

line: number

The cursor line number.

Generated using TypeDoc