Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICompletionRequest

An interface describing completion requests.

Hierarchy

Index

Properties

ch

ch: number

The character number of the editor cursor within a line.

chHeight

chHeight: number

The height of a character in the editor.

chWidth

chWidth: number

The width of a character in the editor.

coords

coords: object

The coordinate position of the cursor.

Type declaration

currentValue

currentValue: string

The current value of the editor text.

line

line: number

The line number of the editor cursor.

Generated using TypeDoc