Interface IEditorMouseEvent
Expand description
interface IEditorMouseEvent {
event: IMouseEvent;
target: IMouseTarget;
}Properties§
§
readonly event: IMouseEvent§readonly target: IMouseTarget
A mouse event originating from the editor.