Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextState

An interface for a completion request reflecting the state of the editor.

Hierarchy

  • JSONObject
    • ITextState

Index

Properties

Readonly charWidth

charWidth: number

The width of a character in the editor.

Readonly column

column: number

The character number of the editor cursor within a line.

Readonly line

line: number

The line number of the editor cursor.

Readonly lineHeight

lineHeight: number

The height of a character in the editor.

Readonly text

text: string

The current value of the editor.

Generated using TypeDoc