Interface IPartialEditorMouseEvent

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

Properties

Properties

target: IMouseTarget