Type Alias CursorPosition

CursorPosition: {
    charIndex: number;
    height: number;
    lineIndex: number;
    x: number;
    y: number;
}