Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextChange

An interface describing editor text changes.

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

line

line: number

The line number of the editor cursor.

newValue

newValue: string

The new value of the editor text.

oldValue

oldValue: string

The old value of the editor text.

Generated using TypeDoc