IPartialEditorMouseEvent
原文链接
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IPartialEditorMouseEvent.html
ts
interface IPartialEditorMouseEvent {
event: IMouseEvent;
target: IMouseTarget;
}
event
- 类型: IMouseEvent;
target
- 类型: IMouseTarget;