Skip to content

IEditorMouseEvent

原文链接

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

源自编辑器的鼠标事件。

ts
interface IEditorMouseEvent {
    event: IMouseEvent;
    target: IMouseTarget;
}

event

target