IMouseTargetOverlayWidget
原文链接
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IMouseTargetOverlayWidget.html
ts
interface IMouseTargetOverlayWidget {
detail: string;
element: HTMLElement;
mouseColumn: number;
position: null;
range: null;
type: OVERLAY_WIDGET;
}
detail
- 类型:
string
element
- 类型:
HTMLElement
mouseColumn
- 类型:
number
position
- 类型:
null
range
- 类型:
null
type
- 类型: OVERLAY_WIDGET