Interface IEditorMouseEvent

Expand description

A mouse event originating from the editor.

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

Properties§

§readonly event: IMouseEvent
§readonly target: IMouseTarget