Interface IPartialEditorMouseEvent

interface IPartialEditorMouseEvent {
    event: IMouseEvent;
    target: null | IMouseTarget;
}

Properties

Properties

target: null | IMouseTarget