Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.ICursorPositionChangedEvent.html
描述光标位置已更改的事件。
interface ICursorPositionChangedEvent { position: Position; reason: CursorChangeReason; secondaryPositions: Position[]; source: string; }
string