Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEditorState

And interface describing the state of the editor in an event.

Hierarchy

  • IEditorState

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.

Generated using TypeDoc