Skip to content

IMouseTargetContentEmptyData

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IMouseTargetContentEmptyData.html

ts
interface IMouseTargetContentEmptyData {
    horizontalDistanceToText?: number;
    isAfterLines: boolean;
}

horizontalDistanceToText

  • 类型: number

isAfterLines

  • 类型: boolean