Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.ICursorState.html
游标的(可序列化的)状态。
interface ICursorState { inSelectionMode: boolean; position: IPosition; selectionStart: IPosition; }
boolean