Skip to content

IPartialEditorMouseEvent

原文链接

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

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

event

target