Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IBaseMouseTarget.html
interface IBaseMouseTarget { element: HTMLElement; mouseColumn: number; position: Position; range: Range; }
HTMLElement
number