Type alias CursorPosition

CursorPosition: {
    bottom: number;
    height: number;
    left: number;
    right: number;
    top: number;
}

Postion of the cursor relative to the editors overlays.

Type declaration

  • bottom: number
  • height: number
  • left: number
  • right: number
  • top: number

Generated using TypeDoc